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

Single-quote is breaking everything, but only sometimes‽ #73

Closed CoolOppo closed 9 years ago

CoolOppo commented 9 years ago

Here's how I discovered it:

The full text for that file is here in case you need to try it out. I tried to make it occur in different files, but I can't figure out how to reproduce this bug!

jonschlinkert commented 9 years ago

it's not the single quote that's causing an issue. It's using ---, which is the delimiter most commonly used by any library that parses front matter, like jekyll, and this library offers support for front matter highlighting. To fix the highlighting you can use *** or +++ for line breaks.