I would be nice if it would support adding arbitrary attributes to block and inline elements, e.g.: ```markdown > A nice blockquote {: title="Blockquote title"} ``` ==> ```html A nice blockquote ``` A PHP parser has this available like this: https://commonmark.thephpleague.com/2.4/extensions/attributes/ Kramdown supports this like this: https://kramdown.gettalong.org/quickref.html#block-attributes and https://kramdown.gettalong.org/quickref.html#inline-attributes
I would be nice if it would support adding arbitrary attributes to block and inline elements, e.g.:
> A nice blockquote {: title="Blockquote title"}==>
A PHP parser has this available like this: https://commonmark.thephpleague.com/2.4/extensions/attributes/
Kramdown supports this like this: https://kramdown.gettalong.org/quickref.html#block-attributes and https://kramdown.gettalong.org/quickref.html#inline-attributes