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