{{- /* Usage: `table "class"`, where class can be anything */ -}} {{ $htmlTable := .Inner | markdownify }} {{ $css_class := .Get 0 | default "table" }} {{ $old := "" }} {{ $new := printf "
" $css_class }} {{ $htmlTable := replace $htmlTable $old $new }} {{ $htmlTable | safeHTML }}