mirror of
https://git.mills.io/prologic/zs
synced 2025-04-08 11:32:00 +00:00
Fix zs to not use hard line breaks for newlines
This commit is contained in:
parent
ce83f0d226
commit
3634021c5a
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -166,7 +166,6 @@ var RootCmd = &cobra.Command{
|
||||||
parser.WithAutoHeadingID(),
|
parser.WithAutoHeadingID(),
|
||||||
),
|
),
|
||||||
goldmark.WithRendererOptions(
|
goldmark.WithRendererOptions(
|
||||||
html.WithHardWraps(),
|
|
||||||
html.WithXHTML(),
|
html.WithXHTML(),
|
||||||
html.WithUnsafe(),
|
html.WithUnsafe(),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue