Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/note.html')
-rw-r--r--layouts/shortcodes/note.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/note.html b/layouts/shortcodes/note.html
index 5671b72..6494910 100644
--- a/layouts/shortcodes/note.html
+++ b/layouts/shortcodes/note.html
@@ -3,6 +3,6 @@
<svg class="sign" aria-hidden="true" viewBox="0 0 41.667306 41.66729" focusable="false">
<use xlink:href="#info"></use>
</svg>
- {{ .Inner }}
+ {{ .Inner | markdownify }}
</div>
</aside>