parent
44347ee353
commit
92108d710d
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ module.exports = function (ngApp, events) {
|
|||
}
|
||||
}]);
|
||||
|
||||
const md = new MarkdownIt();
|
||||
const md = new MarkdownIt({html: true});
|
||||
md.use(mdTasksLists, {label: true});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue