{{ $htmlTable := .Inner | markdownify }} {{ $class := .Get 0 }} {{ $old := "
" }} {{ $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 }} |
---|