summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/table-dense.html
blob: d5666a8954595e02d50bd0a1a7618299bafe432e (plain) (blame)
1
2
3
{{ $htmlTable := .Inner | markdownify }}
{{ $htmlTable := replace $htmlTable "<table>" "<table class=\"table-dense\">" }}
{{ $htmlTable | safeHTML }}