Enable hard wraps in paragraphs

This makes the rendering consistent with Obsidian
This commit is contained in:
Olivér Falvai 2023-02-03 20:55:00 +01:00 committed by GitHub
parent 93610e232b
commit cce2a88d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,3 +32,4 @@ enableGitInfo = true
publishDate = ["publishDate", "date"]
[markup.goldmark.renderer]
unsafe = true
hardWraps = true