add figure-img shortcode
This commit is contained in:
parent
8502ea49d4
commit
b215127186
|
@ -0,0 +1,5 @@
|
||||||
|
<figure class="center align-center">
|
||||||
|
{{ .Inner | markdownify }}
|
||||||
|
|
||||||
|
<figcaption><p>{{ .Get 0 | markdownify }}</p></figcaption>
|
||||||
|
</figure>
|
Loading…
Reference in New Issue