disabling goldmark XHTML

This commit is contained in:
Kashif Shah 2023-05-23 10:38:17 +00:00
parent b137b085d4
commit 73daf34e03
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ var RootCmd = &cobra.Command{
),
goldmark.WithRendererOptions(
html.WithHardWraps(),
html.WithXHTML(),
// html.WithXHTML(),
html.WithUnsafe(),
),
)