Turn off html in markdown. Fixes #650 (#657)

This commit is contained in:
Dessalines 2022-05-24 12:40:31 -04:00 committed by GitHub
parent 29bdd3bafd
commit 0fc7808f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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