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

View File

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