Back to Crossplane

Table

themes/geekboot/layouts/shortcodes/table.html

1.19-archive209 B
Original Source

{{ $htmlTable := .Inner | markdownify }} {{ $old := "

" }} {{ $class := .Get 0 | default "table"}} {{ $new := printf "

" $class }} {{ $htmlTable := replace $htmlTable $old $new }} {{ $htmlTable | safeHTML }}