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:
authorzwbetz <zwbetz@gmail.com>2020-06-03 04:37:46 +0300
committerzwbetz <zwbetz@gmail.com>2020-06-03 04:37:46 +0300
commiteba92554484b086843e16bfeed9ceed839ab00df (patch)
tree39396b3886835eabacd7ac1ae9c9c3edbdabca3f
parent563664174f6056ceef653464df99c75d6f71bca1 (diff)
fix expandable
-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>