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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/badge.html')
-rw-r--r--layouts/shortcodes/badge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/badge.html b/layouts/shortcodes/badge.html
index 94ee273..f773f28 100644
--- a/layouts/shortcodes/badge.html
+++ b/layouts/shortcodes/badge.html
@@ -1,3 +1,3 @@
<span class="badge {{ .Get 0 }}">
- {{ .Inner }}
+ {{ .Inner | markdownify }}
</span> \ No newline at end of file