Skip to content

Commit

Permalink
fix: issues with nested columns shortcode (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Feb 17, 2023
1 parent b00dedf commit c420c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="gdoc-columns gdoc-columns--{{ $size }} flex flex-gap flex-mobile-column">
{{- range split .Inner "<--->" }}
<div class="gdoc-columns__content gdoc-markdown--nested flex-even">
{{ . | $.Page.RenderString }}
{{ . | $.Page.RenderString -}}
</div>
{{- end }}
</div>

0 comments on commit c420c63

Please sign in to comment.