documentation/layouts/shortcodes/code.html

8 lines
124 B
HTML

<figure>
{{ .Inner | markdownify }}
<figcaption>
<p>{{ .Get "title" | markdownify }}</p>
</figcaption>
</figure>