From bb4d388754b78287bdcdd3918e9fdf70fa07d770 Mon Sep 17 00:00:00 2001 From: Nik Wolfgramm Date: Mon, 16 Dec 2019 16:05:48 +0100 Subject: [PATCH] Support for Markdown in notice shortcode --- layouts/shortcodes/notice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html index d83039f..0cb452d 100644 --- a/layouts/shortcodes/notice.html +++ b/layouts/shortcodes/notice.html @@ -1,2 +1,2 @@ {{ $_hugo_config := `{ "version": 1 }` }} -

{{ .Inner }}

\ No newline at end of file +

{{ .Inner | markdownify }}