aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app.js b/app.js
index a652bd1..5d19e75 100644
--- a/app.js
+++ b/app.js
@@ -36,7 +36,7 @@ const remark = require('remark-parse');
const inspect = require('unist-util-inspect');
-const useLandScript = ' <script> mermaid.contentLoaded(); </script>';
+const useLandScript = '';
const userSide_Button = '<button class="raw_button" ><div><div>Raw</div></div></button></form>';
function to_HTML(data, fnc) {
@@ -88,7 +88,6 @@ app.get('/' + path + '/*', (req, res) => {
/* Debbug comment
const a = unified()
.use(remark)
- .use(mermaid)
.use(lineInput)
.use(textInput)
.use(html, {allowDangerousHTML: true})