Enable the use of HTML in markdown

Signed-off-by: Mac Chaffee <me@macchaffee.com>
This commit is contained in:
Mac Chaffee
2022-02-03 10:01:19 -05:00
parent 166e7c437d
commit 669b276f3a
+5
View File
@@ -11,3 +11,8 @@ params:
BookSection: "runbooks"
#BookMenuBundle: "/menu"
markup:
goldmark:
renderer:
# Allows rendering HTML tags. This would only be truly "unsafe" if we were accepting untrusted user input and rendering it, which we aren't.
unsafe: true