disable hard wraps function

pull/653/head
Septs 2022-09-23 16:39:12 +08:00
parent 0d32150f91
commit cf2753e29d
No known key found for this signature in database
GPG Key ID: 65144037AFA516E1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ custom_js = [
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = true
hardWraps = false
unsafe = true
xHTML = true
[markup.highlight]