Configure markdown parsing to respect hard wraps
This commit is contained in:
parent
1d8cf3746c
commit
d6168fe37d
1 changed files with 5 additions and 0 deletions
|
@ -26,3 +26,8 @@ disableKinds = ["taxonomy", "term"]
|
|||
[Languages.en]
|
||||
weight = 4
|
||||
LanguageName = "English"
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
hardWraps = true
|
||||
|
|
Loading…
Reference in a new issue