diff --git a/layouts/shortcodes/columns.html b/layouts/shortcodes/columns.html index 163f16d..21a2819 100644 --- a/layouts/shortcodes/columns.html +++ b/layouts/shortcodes/columns.html @@ -1,7 +1,7 @@
- {{ range split .Inner "<--->" }} -
- {{ . | markdownify }} -
- {{ end }} -
+ {{ range split .Inner "<--->" }} +
+ {{ . | $.Page.RenderString }} +
+ {{ end }} + \ No newline at end of file