Re-enabled html in markdown editor

Fixes #378
This commit is contained in:
Dan Brown 2017-04-29 16:10:38 +01:00
parent 44347ee353
commit 92108d710d
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -215,7 +215,7 @@ module.exports = function (ngApp, events) {
}
}]);
const md = new MarkdownIt();
const md = new MarkdownIt({html: true});
md.use(mdTasksLists, {label: true});
/**