4 Commits

Author SHA1 Message Date
Maxim Reznik
96ec9c3e4e Add Initialize procedure
to allow task-safe initialization.
2025-11-18 23:41:03 +02:00
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
d3c2c12983 Fix spellchecks issues 2024-12-17 16:50:08 +02:00
Maxim Reznik
899f34424b Add raw HTML blocks 2024-03-30 18:32:54 +02:00