diff --git a/layouts/shortcodes/tabular.html b/layouts/shortcodes/tabular.html index 96e9e9c..412e779 100644 --- a/layouts/shortcodes/tabular.html +++ b/layouts/shortcodes/tabular.html @@ -2,7 +2,7 @@ {{ .Inner | markdownify }} {{ with .Get "title" }}
-

{{ . }}

+

{{ . | markdownify }}

{{ end }}