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