Fixed supportCharts name not match real syntax
This commit is contained in:
parent
3c2a2a348b
commit
eb4cb3f52f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue