#370: Allow markdown in details shortcode, also change markdownify to RenderString in other shortcodes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{- $tab.Name -}}
|
||||
</label>
|
||||
<div class="book-tabs-content markdown-inner">
|
||||
{{- .Content | markdownify -}}
|
||||
{{- .Content | $.Page.RenderString -}}
|
||||
</div>
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user