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

Bug since the latest ST version #178

Open kud opened 6 years ago

kud commented 6 years ago
image
anatomatic commented 6 years ago

Seeing the same error.

jonschlinkert commented 6 years ago

I am too. This is an ongoing thing lately. Every time I fix something a patch in ST breaks it again. Not sure how to lock it down so this won't keep happening. Suggestions?

algo99 commented 6 years ago

One reason why this error appears may be related to the installed Naomi package. https://github.com/borela/naomi/issues/117 See also https://forum.sublimetext.com/t/possible-conflict-between-html-package-and-markdown-package/36356

rpbaptist commented 6 years ago

Latest 3.1 has this problem.

sandrojohanides commented 6 years ago

@algo99 it was the Naomi package for me thx

MichaelTunnell commented 6 years ago

I do not have the Naomi package installed nor have I ever so the issue is not related to that for me. I am currently trying to isolate which package is conflicting because it appears that all affected have been package conflicts of some kind.

scottslowe commented 6 years ago

Removing the CSS3 package fixed this error for me. I've also seen references that the HTML5 package can also cause this problem, but I have not seen that behavior.