zhuochun / md-writer

✒️ Make Atom a better Markdown/AsciiDoc editor for writers and bloggers
https://atom.io/packages/markdown-writer
MIT License
341 stars 46 forks source link

octopress plugin {% highlight ruby %} confuses syntax-highlighting #104

Closed efwe closed 8 years ago

efwe commented 8 years ago

When i use the highlight plugin from octopress the formatting of the file somehow gets confused. Right within the code-block the text-color turns violet and keeps like this to the end of the file.

Is this a 'bug' or missed I some configuration? I chose 'octopress' as the engine in the settings section. screen shot 2016-01-07 at 11 54 00

efwe commented 8 years ago

Oh. I saw, that the editor says 'GitHub Markdown' in the lower left corner. This could be a problem i think.

zhuochun commented 8 years ago

Markdown-Writer didn't handle any syntax highlighting.

This is a bug in Atom's Markdown language package. Refer to https://github.com/atom/language-gfm/issues/44

Install https://github.com/burodepeper/language-markdown could solve this according to the comments.

KaiBueker commented 8 years ago

Thanks for the tip with https://github.com/burodepeper/language-markdown . It solves the html underscore issue, fine.

efwe commented 8 years ago

Yes, thanks a lot. I also installed the other language package.