From 71f107e2eee020e6c4f36e18251b8375b3d37ded Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Tue, 1 Sep 2020 18:36:47 +0200 Subject: [PATCH] mermaid support --- layouts/shortcodes/mermaid.html | 9 +++++++++ 1 file changed, 9 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..a5e37f9 --- /dev/null +++ b/layouts/shortcodes/mermaid.html @@ -0,0 +1,9 @@ + + + + +
+ {{.Inner}} +
+ +