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
660 stars 96 forks source link

Unit Test file for syntax highlighting #132

Closed michaelblyons closed 2 years ago

michaelblyons commented 8 years ago

I think you'd have a more consistent experience with pull requests if there was a syntax_test_*.md file (or files) like the one the default package has (except with more tests).

You'd need less time to check special cases, and as new special cases are identified, they can be added to the test.

jonschlinkert commented 8 years ago

want to do a pr?