mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 22:24:28 +00:00
Fixed supportCharts name not match real syntax
This commit is contained in:
parent
3c2a2a348b
commit
eb4cb3f52f
@ -26,7 +26,7 @@ var updateViewDebounce = 200;
|
|||||||
var cursorActivityDebounce = 50;
|
var cursorActivityDebounce = 50;
|
||||||
var cursorAnimatePeriod = 100;
|
var cursorAnimatePeriod = 100;
|
||||||
var supportCodeModes = ['javascript', 'htmlmixed', 'htmlembedded', 'css', 'xml', 'clike', 'clojure', 'ruby', 'python', 'shell', 'php', 'sql', 'coffeescript', 'yaml', 'jade', 'lua', 'cmake', 'nginx', 'perl', 'sass', 'r', 'dockerfile'];
|
var supportCodeModes = ['javascript', 'htmlmixed', 'htmlembedded', 'css', 'xml', 'clike', 'clojure', 'ruby', 'python', 'shell', 'php', 'sql', 'coffeescript', 'yaml', 'jade', 'lua', 'cmake', 'nginx', 'perl', 'sass', 'r', 'dockerfile'];
|
||||||
var supportCharts = ['sequence-diagram', 'flow-chart', 'graphviz'];
|
var supportCharts = ['sequence', 'flow', 'graphviz'];
|
||||||
var supportHeaders = [
|
var supportHeaders = [
|
||||||
{
|
{
|
||||||
text: '# h1',
|
text: '# h1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user