summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/tabs.html')
-rw-r--r--layouts/shortcodes/tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html
index 01c1a63..b28eadf 100644
--- a/layouts/shortcodes/tabs.html
+++ b/layouts/shortcodes/tabs.html
@@ -9,7 +9,7 @@
{{- $tab.Name -}}
</label>
<div class="book-tabs-content markdown-inner">
- {{- .Content | markdownify -}}
+ {{- .Content | $.Page.RenderString -}}
</div>
{{- end -}}
</div>