Enabling html tags in markdown. Fixes #498
This commit is contained in:
parent
ebf216ccc9
commit
5d5b302676
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ export function wsUserOp(msg: any): UserOperation {
|
|||
}
|
||||
|
||||
export const md = new markdown_it({
|
||||
html: false,
|
||||
html: true,
|
||||
linkify: true,
|
||||
typographer: true,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue