From c9d979514c009e8b28d99cff2614b92019ccd5c8 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 11 Jun 2019 13:40:50 +0200 Subject: Add custom class support for mermaid and button shortcodes --- layouts/shortcodes/mermaid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes/mermaid.html') diff --git a/layouts/shortcodes/mermaid.html b/layouts/shortcodes/mermaid.html index 66eb4a6..f569bc4 100644 --- a/layouts/shortcodes/mermaid.html +++ b/layouts/shortcodes/mermaid.html @@ -4,6 +4,6 @@ {{ .Page.Scratch.Set "mermaid" true }} {{ end }} -

+

{{ .Inner }}

-- cgit v1.2.3