fix: replace markdownify with renderString to use render hooks (#65)
This commit is contained in:
parent
f97587c384
commit
d9daf73afb
5 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue