Skip to content

Commit

Permalink
add support for details
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Jun 14, 2023
1 parent 73c60de commit 88b49e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/render/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func New() *Renderer {
goldmark.WithRendererOptions(
html.WithHardWraps(),
html.WithXHTML(),
html.WithUnsafe(), // required for <details>
)),
}
}
Expand Down

0 comments on commit 88b49e1

Please sign in to comment.