diff options
Diffstat (limited to 'layouts/shortcodes/hint.html')
-rw-r--r-- | layouts/shortcodes/hint.html | 2 |
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> |