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(), ),