{{ $htmlTable := .Inner | markdownify }} {{ $class := .Get 0 }} {{ $old := "" }} {{ $new := printf "
" $class }} {{ $htmlTable := replace $htmlTable $old $new }} {{ $old_item := "
" }} {{ $old_thr := "" }} {{ $thr_class := "fw6 bb b--black-20 tl pb3 pr3 " }} {{ $item_class := "pv3 pr3 bb b--black-20" }} {{ $new_item := printf "" $item_class }} {{ $new_thr := printf "" $thr_class }} {{ $htmlTable := replace $htmlTable $old_item $new_item }} {{ $htmlTable := replace $htmlTable $old_thr $new_thr }} {{ $htmlTable | safeHTML }}