docs-mastodon/layouts/shortcodes/code.html
2020-01-04 10:33:16 +01:00

7 lines
124 B
HTML

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