From 669b276f3a7cd01e887c8b1fb5a7b3cbe978128b Mon Sep 17 00:00:00 2001 From: Mac Chaffee Date: Thu, 3 Feb 2022 10:01:19 -0500 Subject: [PATCH] Enable the use of HTML in markdown Signed-off-by: Mac Chaffee --- config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.yaml b/config.yaml index 19e7dce..c33b946 100644 --- a/config.yaml +++ b/config.yaml @@ -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