You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: