Jon Schlinkert
Jon Schlinkert
hmm, is the `---` beneath the front-matter causing it? Or the HTML? Do you use [monokai-extended](https://github.com/jonschlinkert/sublime-monokai-extended)? It has improved support for some features. If we can drill down to the...
could you paste the contents of the file to a gist, so I can try to reproduce?
good to know. I've tried to reproduce again, no luck. I'll keep looking here too
great info @guiambros! thanks for sharing
Hmm, strange. I know this is totally obvious, but did you try restarting ST? It's also possible that another library is conflicting
> yes, unfortunately I figured... thanks for the additional info. Have you played around with the settings in `Preferences > Color Scheme > Monokai Extended`? If none of the themes...
I really appreciate it, sorry it's not working for you I hope we get this figured out
wait, I just realized that the example shows you looking in `Package Settings`. The readme explains how to enable this: https://github.com/jonschlinkert/sublime-markdown-extended#2-activate-this-language
This sounds like me, I go back and forth on this all the time. I start using atom for a few hours, then get frustrated because it doesn't do things...
Highlighting HTML inside markdown is a little tricky. Instead of doing this: ``` html ``` try putting the closing tag on its own line, like: ``` html ```