[SHORTCODE] Markdownify the tabulars captions

This commit is contained in:
Gregory Trolliet 2022-01-29 17:44:00 +01:00
parent ffe461fa53
commit 18d31b4a74
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{{ .Inner | markdownify }}
{{ with .Get "title" }}
<figcaption>
<p>{{ . }}</p>
<p>{{ . | markdownify }}</p>
</figcaption>
{{ end }}
</figure>