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/alert.html')
-rw-r--r--layouts/shortcodes/alert.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/alert.html b/layouts/shortcodes/alert.html
index 200f43b..0522ebb 100644
--- a/layouts/shortcodes/alert.html
+++ b/layouts/shortcodes/alert.html
@@ -1,3 +1,3 @@
<p class="alert alert-{{ .Get 0 }}">
- {{ .Inner }}
+ {{ .Inner | markdownify }}
</p> \ No newline at end of file