feature: wrap converted markdown in an html-from-markdown class
This commit is contained in:
parent
55f45b4e5b
commit
604090d8b8
4 changed files with 17 additions and 9 deletions
|
|
@ -402,5 +402,5 @@ export function md_to_html(
|
|||
}
|
||||
}
|
||||
|
||||
return html;
|
||||
return `<div class="html-from-markdown">${html}</div>`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue