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

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});
/**