From 30b23b921352df71e19851032edbea04d95e2aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 4 Jun 2023 00:19:50 +0200 Subject: [PATCH] tab: make new shortcode work with goldmark unsafe=true --- layouts/shortcodes/tab.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/shortcodes/tab.html b/layouts/shortcodes/tab.html index 869f7b6803..1962807b93 100644 --- a/layouts/shortcodes/tab.html +++ b/layouts/shortcodes/tab.html @@ -1,3 +1,4 @@ +{{- $_hugo_config := `{ "version": 1 }` }} {{- $content := .Inner }} {{- $name := (.Get "name") }} {{- $tabs := slice }}