render section content before applying the shortcode

This commit is contained in:
Kostas Chatzikokolakis
2020-01-10 21:43:40 +02:00
parent 62d97be121
commit dc2386d084
+3 -1
View File
@@ -1,3 +1,5 @@
{{/* Render .Inner before processing the shortcode. */}}
{{ $_hugo_config := `{ "version": 1 }` }}
<section data-shortcode-section>
{{ .Inner | markdownify }}
{{ .Inner }}
</section>