mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Turn off html in markdown. Fixes #650
This commit is contained in:
parent
29bdd3bafd
commit
a1cc7f3596
|
@ -113,7 +113,7 @@ export function wsUserOp(msg: any): UserOperation {
|
|||
}
|
||||
|
||||
export const md = new markdown_it({
|
||||
html: true,
|
||||
html: false,
|
||||
linkify: true,
|
||||
typographer: true,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue