add figure-img shortcode

This commit is contained in:
Reorx 2022-05-27 01:24:34 +08:00
parent 8502ea49d4
commit b215127186

View file

@ -0,0 +1,5 @@
<figure class="center align-center">
{{ .Inner | markdownify }}
<figcaption><p>{{ .Get 0 | markdownify }}</p></figcaption>
</figure>