We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961d3fa commit a3cdc5bCopy full SHA for a3cdc5b
1 file changed
public/js/index.js
@@ -93,7 +93,7 @@ var cursorActivityDebounce = 50
93
var cursorAnimatePeriod = 100
94
var supportContainers = ['success', 'info', 'warning', 'danger']
95
var supportCodeModes = ['javascript', 'typescript', 'jsx', 'htmlmixed', 'htmlembedded', 'css', 'xml', 'clike', 'clojure', 'ruby', 'python', 'shell', 'php', 'sql', 'haskell', 'coffeescript', 'yaml', 'pug', 'lua', 'cmake', 'nginx', 'perl', 'sass', 'r', 'dockerfile', 'tiddlywiki', 'mediawiki', 'go']
96
-var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid']
+var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid', 'abc']
97
var supportHeaders = [
98
{
99
text: '# h1',
0 commit comments