diff options
Diffstat (limited to 'layouts/shortcodes/table-dense.html')
-rw-r--r-- | layouts/shortcodes/table-dense.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/table-dense.html b/layouts/shortcodes/table-dense.html new file mode 100644 index 0000000..6c77418 --- /dev/null +++ b/layouts/shortcodes/table-dense.html @@ -0,0 +1,3 @@ +{{ $htmlTable := .Inner | markdownify }} +{{ $htmlTable := replace $htmlTable "<table>" "<table class=\"table-dense\">" }} +{{ $htmlTable | safeHTML }}
\ No newline at end of file |