mixu / markdown-styles

Markdown to static HTML generator and multiple CSS themes for Markdown
1.85k stars 250 forks source link

How to disable syntax highlighting by default #41

Open AaronNGray opened 8 years ago

AaronNGray commented 8 years ago

I am using .md's and markdown-styles to document my own language and am wanting no specified language on the ``` to produce no syntax highlighting what so ever. I am getting what appears to be randomized highlighting on random words. How do I go about disabling highlighting on the case of no specified language on the language blocks. Should this not be the default case anyway ?

For example of random highlighting occuring :- sool I would still like to be able to use the ```js for example, but want normal code blocks to be unhighlighted the same as I am getting in GitHub.

sahilrajput03 commented 4 years ago

Remove all css from the css files of the default style used would do that, like I have these file in assets/css folder, so you may remove all css from there?.