jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
659 stars 96 forks source link

Add support for tildes code fencing #74

Closed kaishin closed 9 years ago

kaishin commented 9 years ago

This adds support to using ~~~ for code fencing. It's used in both Github Flavored Markdown and CommonMark.

jonschlinkert commented 9 years ago

thanks!