taufik-nurrohman / parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.
MIT License
62 stars 13 forks source link

TODO: Handle Multiple Class/ID Attribute Syntax #15

Closed taufik-nurrohman closed 4 years ago

taufik-nurrohman commented 4 years ago

What will happen if I do this in the fenced code block syntax?

~~~ .foo.bar {class="baz"}
Some code goes here.
~~~