Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -215,7 +215,7 @@ module.exports = function (ngApp, events) { | ... | @@ -215,7 +215,7 @@ module.exports = function (ngApp, events) { |
| 215 | } | 215 | } |
| 216 | }]); | 216 | }]); |
| 217 | 217 | ||
| 218 | - const md = new MarkdownIt(); | 218 | + const md = new MarkdownIt({html: true}); |
| 219 | md.use(mdTasksLists, {label: true}); | 219 | md.use(mdTasksLists, {label: true}); |
| 220 | 220 | ||
| 221 | /** | 221 | /** | ... | ... |
-
Please register or sign in to post a comment