Configure markdown parsing to respect hard wraps

This commit is contained in:
Raoul 2021-08-23 21:51:56 +02:00
parent 1d8cf3746c
commit d6168fe37d
No known key found for this signature in database
GPG key ID: C7493D73B67C1842

View file

@ -26,3 +26,8 @@ disableKinds = ["taxonomy", "term"]
[Languages.en] [Languages.en]
weight = 4 weight = 4
LanguageName = "English" LanguageName = "English"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = true