Skip to content

Commit 88b49e1

Browse files
committed
add support for details
1 parent 73c60de commit 88b49e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/render/render.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func New() *Renderer {
4141
goldmark.WithRendererOptions(
4242
html.WithHardWraps(),
4343
html.WithXHTML(),
44+
html.WithUnsafe(), // required for <details>
4445
)),
4546
}
4647
}

0 commit comments

Comments
 (0)