fix: issues with nested columns shortcode (#586)

This commit is contained in:
Robert Kaussow 2023-02-17 09:29:39 +01:00 committed by GitHub
parent b00dedf757
commit c420c637eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>