[SHORTCODE] Markdownify the tabulars captions
This commit is contained in:
parent
ffe461fa53
commit
18d31b4a74
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{{ .Inner | markdownify }}
|
{{ .Inner | markdownify }}
|
||||||
{{ with .Get "title" }}
|
{{ with .Get "title" }}
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<p>{{ . }}</p>
|
<p>{{ . | markdownify }}</p>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</figure>
|
</figure>
|
||||||
|
|
Loading…
Reference in a new issue