markdownpad-github icon indicating copy to clipboard operation
markdownpad-github copied to clipboard

Code coloring

Open Pacerier opened this issue 9 years ago • 1 comments

Are there any options for coloring of code?

Pacerier avatar Feb 18 '16 21:02 Pacerier

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.

KOTRET avatar Sep 01 '16 08:09 KOTRET