From 27fc575c1252642fac34e8c9094977a2a905d86e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 Dec 2021 11:01:18 +0000 Subject: [PATCH] Add alt text to mermaid embed --- 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 3ce5e2a..b57a404 100644 --- a/layouts/shortcodes/mermaid.html +++ b/layouts/shortcodes/mermaid.html @@ -3,7 +3,7 @@ {{ $data := dict "code" .Inner "mermaid" $mermaidData }}
- + {{ .Get "caption" }}
{{ .Get "caption" }}