Fix zs to not use hard line breaks for newlines

This commit is contained in:
James Mills 2024-10-02 02:20:08 +10:00
parent ce83f0d226
commit 032c29a157
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -166,7 +166,6 @@ var RootCmd = &cobra.Command{
parser.WithAutoHeadingID(),
),
goldmark.WithRendererOptions(
html.WithHardWraps(),
html.WithXHTML(),
html.WithUnsafe(),
),