HaxeFoundation / haxe-markdown

A Markdown parser in Haxe.
MIT License
63 stars 24 forks source link

support code blocks fenced with ~~~ #34

Open uvtc opened 5 years ago

uvtc commented 5 years ago

Support code blocks fenced with triple tildes (same as triple backticks, but more symmetrical looking).

Triple tildes are standard commonmark, and are supported by pandoc, github markdown, and other implementations.