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/border.html')
-rw-r--r--layouts/shortcodes/border.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/border.html b/layouts/shortcodes/border.html
index 46177bd..2b4accd 100644
--- a/layouts/shortcodes/border.html
+++ b/layouts/shortcodes/border.html
@@ -12,6 +12,6 @@
<div class="child-borders">
<p class="sm col {{ $class }}">
- {{ .Inner }}
+ {{ .Inner | markdownify }}
</p>
</div> \ No newline at end of file