From 388b2b4d922b054721099bff0177d69b5b658ba5 Mon Sep 17 00:00:00 2001 From: Matthew Sykes Date: Thu, 24 Aug 2017 01:29:16 -0400 Subject: [PATCH] Remove white space from `align` parameter (#63) Fixes alignment behavior in the short code --- layouts/shortcodes/mermaid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/mermaid.html b/layouts/shortcodes/mermaid.html index 3227064b7c..a6a61a5de5 100644 --- a/layouts/shortcodes/mermaid.html +++ b/layouts/shortcodes/mermaid.html @@ -1 +1 @@ -
{{ safeHTML .Inner }}
\ No newline at end of file +
{{ safeHTML .Inner }}