fix: replace markdownify with renderString to use render hooks (#65)

This commit is contained in:
Robert Kaussow 2021-02-17 09:22:26 +01:00 committed by GitHub
parent f97587c384
commit d9daf73afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<div class="gdoc-columns flex flex-wrap">
{{ range split .Inner "<--->" }}
<div class="gdoc-columns__content gdoc-markdown--nested flex-even">
{{ . | markdownify }}
{{ . | $.Page.RenderString }}
</div>
{{ end }}
</div>