markdownpad-github
markdownpad-github copied to clipboard
Code coloring
Are there any options for coloring of code?
you need a 3rdparty lib for this, because the colors for keywords depend on the language and this cannot be done in CSS for all langs. In some implementations the code-language is already supported and the syntax highlighted. But that's a "renderer"-Feature, not the css itself.