mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-02-02 15:21:37 +00:00
parent
29bdd3bafd
commit
0fc7808f3a
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