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

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven White <swhitewvu24@gmail.com>2019-05-01 01:59:23 +0300
committerSteven White <swhitewvu24@gmail.com>2019-05-01 01:59:23 +0300
commit100e73693df8f64977bcda095bef2e1735493c71 (patch)
tree7c519e5029aa5271b780b2b78b10f87fb16cb3e5 /layouts
parentaac254d5415e8205c94fa2307591cc860502abf4 (diff)
add fix for 0.55 shortcode behavior; markdownify func
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/section.html b/layouts/shortcodes/section.html
index 43611a4..0ed8b1a 100644
--- a/layouts/shortcodes/section.html
+++ b/layouts/shortcodes/section.html
@@ -1,3 +1,3 @@
<section data-shortcode-section>
-{{ .Inner }}
+{{ .Inner | markdownify }}
</section> \ No newline at end of file