{{ $align := .Get "align" }} {{ $caption := .Get "caption" | markdownify }} {{ $content := .Inner | markdownify }} {{ $float := .Get "float" }} {{ $height := .Get "height" }} {{ $maxheight := .Get "maxheight" }} {{ $maxwidth := .Get "maxwidth" }} {{ $width := .Get "width" }} {{ $content = printf `
%v
` $content | safeHTML }} {{ partial "paige/figure.html" (dict "align" $align "caption" $caption "content" $content "float" $float "gap" "0" "height" $height "maxheight" $maxheight "maxwidth" $maxwidth "width" $width ) }}