diff --git a/src/shared/utils.ts b/src/shared/utils.ts index 2be1c4ad..3fdafb39 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -213,7 +213,7 @@ export function wsUserOp(msg: any): UserOperation { } export const md = new markdown_it({ - html: false, + html: true, linkify: true, typographer: true, })