Skip to content

Commit

Permalink
Turn off html in markdown. Fixes #650 (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored May 24, 2022
1 parent 29bdd3b commit 0fc7808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function wsUserOp(msg: any): UserOperation {
}

export const md = new markdown_it({
html: true,
html: false,
linkify: true,
typographer: true,
})
Expand Down

0 comments on commit 0fc7808

Please sign in to comment.