claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

CodeMirror should use gfm mode #99

Closed ryanvarick closed 8 years ago

ryanvarick commented 8 years ago

Jingo uses Github-flavored Markdown but the default CodeMirror setting is plain Markdown. I tried to change the mode in the template, but it didn't work. Not sure how to enable gfm mode.

claudioc commented 8 years ago

Interesting. Seems like the gfm mode is not distributed with codemirror, but exists as a separate module. Let's see if I can install that. Thanks :)

claudioc commented 8 years ago

no, my fault. The codemirror bundled with Jingo does not include gfm. Going to fix it.