From b0451b65b5adbc725c4913b10fe5e9154cd53acd Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Fri, 1 May 2020 19:31:22 +0900 Subject: [PATCH] Introduce shortcodes to allow raw html. --- layouts/shortcodes/mermaid.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/mermaid.html diff --git a/layouts/shortcodes/mermaid.html b/layouts/shortcodes/mermaid.html new file mode 100644 index 0000000..5972281 --- /dev/null +++ b/layouts/shortcodes/mermaid.html @@ -0,0 +1,3 @@ +
+ {{ safeHTML .Inner }} +