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:
-rw-r--r--layouts/shortcodes/expandable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/expandable.html b/layouts/shortcodes/expandable.html
index 34b33b7..b1eee0c 100644
--- a/layouts/shortcodes/expandable.html
+++ b/layouts/shortcodes/expandable.html
@@ -15,6 +15,6 @@
</h{{ .Get "level"}}>
{{ end }}
<div id="js-expandable-{{ .Inner | md5 }}" {{ with .Get "open" | not }}hidden{{ end }}>
- {{ .Inner }}
+ {{ .Inner | markdownify }}
</div>
</div>