1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

highlight code block for chart.js

This commit is contained in:
Baptiste Augrain
2018-09-14 00:03:33 +02:00
parent 10ffa35b29
commit 4b0dc08426
5 changed files with 118 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ class MarkdownEditor extends React.Component {
: 'codeEditor--hide'
}
ref='code'
mode='GitHub Flavored Markdown'
mode='Boost Flavored Markdown'
value={value}
theme={config.editor.theme}
keyMap={config.editor.keyMap}