diff --git a/main.go b/main.go index e25e85e..e11e7a0 100644 --- a/main.go +++ b/main.go @@ -167,7 +167,7 @@ var RootCmd = &cobra.Command{ ), goldmark.WithRendererOptions( html.WithHardWraps(), - html.WithXHTML(), + // html.WithXHTML(), html.WithUnsafe(), ), )