mirror of
https://git.mills.io/prologic/zs
synced 2025-04-05 14:23:32 +03:00
Fix zs to not use hard line breaks for newlines
This commit is contained in:
parent
ce83f0d226
commit
032c29a157
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(),
|
||||
),
|
||||
goldmark.WithRendererOptions(
|
||||
html.WithHardWraps(),
|
||||
html.WithXHTML(),
|
||||
html.WithUnsafe(),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue