-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
The commonmark-hs library used by pandoc has a very nice attributes extension that allows attributes to be attached to any inline or block elements, e.g:
{.test}
* foo
* bar
attaches the attribute class=test to the list and *test*{#ident} results in <em id="ident">hi</em>.
How difficult would it be to implement the same for Marko?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels