parent
512cde82ef
commit
bfc3bbc371
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export function msgOp(msg: any): UserOperation {
|
||||||
}
|
}
|
||||||
|
|
||||||
var md = new markdown_it({
|
var md = new markdown_it({
|
||||||
html: true,
|
html: false,
|
||||||
linkify: true,
|
linkify: true,
|
||||||
typographer: true
|
typographer: true
|
||||||
}).use(markdown_it_container, 'spoiler', {
|
}).use(markdown_it_container, 'spoiler', {
|
||||||
|
|
Reference in a new issue