mirror of https://github.com/status-im/codimd.git
Update to add abc in support charts of textcomplete
This commit is contained in:
parent
961d3fab1c
commit
a3cdc5ba80
|
@ -93,7 +93,7 @@ var cursorActivityDebounce = 50
|
|||
var cursorAnimatePeriod = 100
|
||||
var supportContainers = ['success', 'info', 'warning', 'danger']
|
||||
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']
|
||||
var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid']
|
||||
var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid', 'abc']
|
||||
var supportHeaders = [
|
||||
{
|
||||
text: '# h1',
|
||||
|
|
Loading…
Reference in New Issue