Replace highlight.js
with CodeMirror's code editor
#61
Labels
tech-debt
Stuff that works, but could be optimized
highlight.js
with CodeMirror's code editor
#61
When we parse markdown in sessions we use
highlight.js
for syntax highlighting of<code>
blocks.In #58 we introduced CodeMirror which also has syntax highlighting for a variety of programming languages.
Ideally we wouldn't need 2 different libraries for syntax highlighting and we can probably use CodeMirror for everything.
Needless to say, this instance of CodeMirror should be
readonly
The text was updated successfully, but these errors were encountered: