aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 08666ab..8d632da 100644
--- a/app.js
+++ b/app.js
@@ -4,7 +4,7 @@ const dirTree = require('directory-tree');
const express = require('express');
const fs = require('fs');
-var md = require('markdown-it')();
+var md = require('markdown-it')({'html':true, 'linkify':true});
const app = express();
const path = 'md';