Fix markdown in admonition.html

This commit is contained in:
Jez Cope 2021-04-03 21:08:03 +01:00
parent ed45333838
commit d66eebe67e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
</p>
<div class="panel-block">
<div class="content">
{{ .Inner | $.Page.RenderString }}
{{ .Inner | markdownify }}
</div>
</div>
</div>