{{- .Page.Scratch.Add "tabset-counter" 1 -}} {{- $tab_set_id := default (printf "tabset-%s-%d" (.Page.RelPermalink) (.Page.Scratch.Get "tabset-counter") ) | anchorize -}} {{- $tabs := .Scratch.Get "tabs" -}} {{- $cookie_name := trim (.Get "cookie-name") " " -}} {{- if .Inner -}} {{- /* We don't use the inner content, but Hugo needs this reference as a trigger to indicate this shortcode has a content area. */ -}} {{- end -}}
{{- range $i, $e := $tabs -}} {{- $id := printf "%s-%d" $tab_set_id $i -}} {{- end -}}
{{- range $i, $e := $tabs -}} {{- $id := printf "%s-%d" $tab_set_id $i -}} {{- $text := partial "strip_indent.html" (dict "content" .content "pos" .Position) -}} {{- $text | markdownify -}}
{{- end -}}