We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f762f9 commit 91e2272Copy full SHA for 91e2272
html-components/list/file-mod/file-mod.html
@@ -61,7 +61,7 @@
61
async function init(){
62
console.log('init');
63
64
- md = markdownit();
+ md = markdownit({html:true});
65
66
await load();
67
0 commit comments