Added draft AV post

This commit is contained in:
2018-08-30 20:20:50 +01:00
parent cf1a8a8411
commit e19ed52605
4 changed files with 98 additions and 1 deletions

2
app.js
View File

@@ -26,7 +26,7 @@ const oneDay = 86400000;
app.use(compress());
app.use(express.static(__dirname + '/build'));
var md = markdown('commonmark', {html: true});
var md = markdown({html: true});
md.parser.use(emoji);
Handlebars.registerHelper('markdown', function(text) {