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
|
@ -10,7 +10,7 @@
|
|||
{{ $tab.Name }}
|
||||
</label>
|
||||
<div class="gdoc-markdown--nested gdoc-tabs__content">
|
||||
{{ .Content | markdownify }}
|
||||
{{ .Content | $.Page.RenderString }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue