diff --git a/layouts/shortcodes/columns.html b/layouts/shortcodes/columns.html index 163f16dd..75ee3410 100644 --- a/layouts/shortcodes/columns.html +++ b/layouts/shortcodes/columns.html @@ -1,7 +1,7 @@
- {{ range split .Inner "<--->" }} +{{ range split .Inner "<--->" }}
- {{ . | markdownify }} + {{ . | $.Page.RenderString }}
- {{ end }} +{{ end }}