From 032c29a157b4ba5a83509b859017a4cc3476ebd6 Mon Sep 17 00:00:00 2001 From: James Mills Date: Wed, 2 Oct 2024 02:20:08 +1000 Subject: [PATCH] Fix zs to not use hard line breaks for newlines --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 1ee3fea..20560ff 100644 --- a/main.go +++ b/main.go @@ -166,7 +166,6 @@ var RootCmd = &cobra.Command{ parser.WithAutoHeadingID(), ), goldmark.WithRendererOptions( - html.WithHardWraps(), html.WithXHTML(), html.WithUnsafe(), ),