layouts/shortcodes/table.html (
3
lines of code) (
raw
):
{{ $htmlTable := .Inner | markdownify }} {{ $htmlTable := replace $htmlTable "<table>" "<table class=\"tableblock frame-all grid-all stretch\">" }} {{ $htmlTable | safeHTML }}