atom / markdown-preview

📝 Markdown preview in Atom
MIT License
1.23k stars 358 forks source link

Syntax Highlighting for Code Blocks fails. #250

Open nijikokun opened 9 years ago

nijikokun commented 9 years ago

http://dump.nexua.org/Screen_Shot_2015-05-15_at_3.37.13_PM.png

The styling of the markdown should be up to the end user, not the whims of the developer.

Settings for use_syntax_theme_for_code_blocks and markdown_theme (currently modeled after Github, but it fails in many places)

I see there is discussion about this on #240, but I feel it still fails in this situation as the code block is still not using github styles.

pshem commented 6 years ago

Same problem - instead of getting a formatted codeblock, I get misplaced syntax. screenshot_20180212_173615 How it should look: https://github.com/pshem/scripts/blob/master/README.md