chore: enable html in markdownit
9bc0695a
1 file(s) · +1 −1
| 10 | 10 | let md: MarkdownIt; |
|
| 11 | 11 | ||
| 12 | 12 | md = new MarkdownIt({ |
|
| 13 | - | html: false, |
|
| 13 | + | html: true, |
|
| 14 | 14 | linkify: true, |
|
| 15 | 15 | typographer: true, |
|
| 16 | 16 | highlight: (code, lang): string => { |