Skip to content

Commit 74418ec

Browse files
authored
docs: allow embedding HTML in markdown docs (#1030)
1 parent e3e3d38 commit 74418ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ canonifyURLs = true
5757
quality = 75
5858
# Valid values are Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
5959
anchor = "smart"
60+
61+
[markup]
62+
[markup.goldmark]
63+
[markup.goldmark.renderer]
64+
unsafe = true

0 commit comments

Comments
 (0)