add fix for 0.55 shortcode behavior; markdownify func

This commit is contained in:
Steven White
2019-04-30 18:59:23 -04:00
parent aac254d541
commit 100e73693d
+1 -1
View File
@@ -1,3 +1,3 @@
<section data-shortcode-section>
{{ .Inner }}
{{ .Inner | markdownify }}
</section>