#370: Allow markdown in details shortcode, also change markdownify to RenderString in other shortcodes

This commit is contained in:
Alex Shpak
2021-08-30 14:32:11 +02:00
parent 4c1de2b3de
commit 0cde2e461d
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{{- $tab.Name -}}
</label>
<div class="book-tabs-content markdown-inner">
{{- .Content | markdownify -}}
{{- .Content | $.Page.RenderString -}}
</div>
{{- end -}}
</div>