mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Merge branch 'dev' into similar_url_search
This commit is contained in:
commit
f7ef3fb7f8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export function msgOp(msg: any): UserOperation {
|
|||
}
|
||||
|
||||
var md = new markdown_it({
|
||||
html: true,
|
||||
html: false,
|
||||
linkify: true,
|
||||
typographer: true
|
||||
}).use(markdown_it_container, 'spoiler', {
|
||||
|
|
Loading…
Reference in a new issue