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,3 +1,3 @@
|
|||
<blockquote class="gdoc-hint {{ .Get 0 }}">
|
||||
{{ .Inner | markdownify }}
|
||||
{{ .Inner | $.Page.RenderString }}
|
||||
</blockquote>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue