neo4j-contrib / training-v2

14 stars 19 forks source link

Replace codemirror by Rouge syntax highlighter (server-side) #66

Open ggrossetie opened 4 years ago

ggrossetie commented 4 years ago

The training v3 repository is using Rouge as a syntax highlighter. The main benefit is that we don't need to do client-side syntax highlighting using codemirror.

Maybe we should also use Rouge here and remove codemirror script?

jexp commented 4 years ago

That should probably also part of the redesign/restyling b/c it also applies to dev-guides and kb.