diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html index 7aace73..982f6a0 100644 --- a/layouts/shortcodes/tabs.html +++ b/layouts/shortcodes/tabs.html @@ -3,13 +3,13 @@ {{ $group := printf "tabs-%s" $id }}
-{{- range $index, $tab := .Scratch.Get $group -}} +{{- range $index, $tab := .Scratch.Get $group -}}
- {{ .Content | markdownify }} + {{- .Content | markdownify -}}
{{- end -}}