Enabling html tags in markdown. Fixes #498

This commit is contained in:
Dessalines 2021-11-19 16:09:28 -05:00
parent ebf216ccc9
commit 5d5b302676
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export function wsUserOp(msg: any): UserOperation {
}
export const md = new markdown_it({
html: false,
html: true,
linkify: true,
typographer: true,
})