aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-02 03:55:35 +0100
committerache <ache@ache.one>2018-02-02 04:00:29 +0100
commitd779c44cba942604c3a141fe0aef3ccafa19b8d9 (patch)
treea296f2298e6a01fbbf8aba90ba5d72db650f43e2 /app.js
parentImproving general readability (diff)
Removing unnecessary libraries
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})