rstacruz/markdown-it-decorate

how decorate used with html code

Closed this issue · 1 comments

scil commented

for example

<span>some text</span><!-- {.example} -->
scil commented

there is no need , because attributes can be writed in html code

<span class="example">some text</span>