Turn off html in markdown. Fixes #650

This commit is contained in:
Dessalines 2022-05-22 18:04:27 -04:00 committed by Dessalines
parent 29bdd3bafd
commit a1cc7f3596

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,
})