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

Multiline bold is not highlighted #44

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi, thanks for the nice plugin. One thing I noticed

In Sublime Text:

__highlighted__

__not
highlighted__

In GitHub: bold

multiline bold

jonschlinkert commented 10 years ago

This works fine unless there is a hard line break. GFM does some things that require advanced parsing and are out of the scope of this plugin.

I'm going to close this since I don't see this as a bug, and the solution is to not do a hard line break in the middle of bold or italicized text. But I'd be happy to look at a pr if anyone wants to try to resolve this.