We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c60de commit 88b49e1Copy full SHA for 88b49e1
internal/render/render.go
@@ -41,6 +41,7 @@ func New() *Renderer {
41
goldmark.WithRendererOptions(
42
html.WithHardWraps(),
43
html.WithXHTML(),
44
+ html.WithUnsafe(), // required for <details>
45
)),
46
}
47
0 commit comments