mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
render section content before applying the shortcode
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{{/* Render .Inner before processing the shortcode. */}}
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<section data-shortcode-section>
|
||||
{{ .Inner | markdownify }}
|
||||
{{ .Inner }}
|
||||
</section>
|
||||
Reference in New Issue
Block a user