3 Commits

Author SHA1 Message Date
Maxim Reznik
451ddcfb5b Add Link_Attributes extension
to allow attributes on links and images:

```
![image](foo.jpg){#id .class width=30 height=20px}
```

Move HTML attribute list type to a dedicated package.
Move common HTML attribute regexp patterns to a dedicated package.
Introduce Extension_Set type and `Set_Extensions` procedure.

See
https://garrettgman.github.io/rmarkdown/authoring_pandoc_markdown.html#links
2025-06-04 13:51:29 +03:00
Maxim Reznik
f9034de6d9 W216-024: Change LICENCE to Apache 2.0 with LLVM exceptions 2023-04-12 13:20:35 +03:00
Maxim Reznik
54efbf376b Add initial code 2022-06-04 12:37:06 +03:00