summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/hint.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/hint.html')
-rw-r--r--layouts/shortcodes/hint.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/hint.html b/layouts/shortcodes/hint.html
index 066aa68..a7471dc 100644
--- a/layouts/shortcodes/hint.html
+++ b/layouts/shortcodes/hint.html
@@ -1,3 +1,3 @@
<blockquote class="book-hint {{ .Get 0 }}">
- {{ .Inner | markdownify }}
+ {{ .Inner | .Page.RenderString }}
</blockquote>