{{- /* */ -}} {{ $htmlTable := ((.Inner) | markdownify) }} {{ $class := (.Get 0) }} {{ $old := "" }} {{ $new := (printf "
" ($class)) }} {{ $htmlTable := (replace ($htmlTable) ($old) ($new)) }} {{ (($htmlTable) | safeHTML) }}