We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfea4b commit 0c4d0a0Copy full SHA for 0c4d0a0
1 file changed
public/js/index.js
@@ -97,7 +97,7 @@ var cursorActivityDebounce = 50
97
var cursorAnimatePeriod = 100
98
var supportContainers = ['success', 'info', 'warning', 'danger', 'spoiler']
99
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', 'gherkin'].concat(hljs.listLanguages())
100
-var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid', 'abc']
+var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid', 'abc', 'plantuml']
101
var supportHeaders = [
102
{
103
text: '# h1',
0 commit comments