mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
4 lines
253 B
HTML
4 lines
253 B
HTML
{{/* Markdown is not rendered inside <aside> tags! So we use the following */}}
|
|
{{/* config which causes .Inner to be rendered before processing the shortcode. */}}
|
|
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
<aside class="notes">{{ .Inner }}</aside> |