{{- /* Usage: `bs-table "class class-foo"`, where class can be any string */ -}} {{- $format := (index (complement .Page.AlternativeOutputFormats .Page.OutputFormats) 0).Name -}} {{- if eq $format "markdown" -}} {{ .Inner }} {{- else -}} {{- $css_class := .Get 0 | default "table" -}} {{- $html_table := .Inner | markdownify -}} {{- $html_table = replace $html_table "