diff --git a/src/shared/utils.ts b/src/shared/utils.ts index 17497aea..0199f47f 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -113,7 +113,7 @@ export function wsUserOp(msg: any): UserOperation { } export const md = new markdown_it({ - html: true, + html: false, linkify: true, typographer: true, })