diff --git a/editor/src/index.js b/editor/src/index.js index 4803594..871369e 100644 --- a/editor/src/index.js +++ b/editor/src/index.js @@ -36,9 +36,9 @@ mermaid.initialize({startOnLoad: true}) PrismJS.plugins.filterHighlightAll.reject.addSelector('.language-mermaid') PrismJS.plugins.filterHighlightAll.reject.addSelector('.language-dot') -$(function () { - wikiGraph('.graph-network') -}) +// $(function () { +// wikiGraph('.graph-network') +// }) function isMultiline(input) { return input.value.startsWith("```", 0) diff --git a/templates/edit.html b/templates/edit.html index 36ddc0d..99783d8 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -30,7 +30,7 @@ {{ end }} -
+