Allow markdown captions

This commit is contained in:
Alex Haslam
2026-02-08 15:43:16 +00:00
parent 73580313b4
commit 712cb48fb2
2 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -277,10 +277,10 @@ Captions are matched by key. For local images, use the filename (e.g. `01.jpg`).
**Example 3:** Add captions
```md
{{</* carousel images="gallery/*" captions="{01.jpg:First image,02.jpg:Second image}" */>}}
{{</* carousel images="gallery/*" captions="{01.jpg:First *image*,02.jpg:Second image with a [link](https://example.com)}" */>}}
```
{{< carousel images="gallery/*" captions="{01.jpg:First image,02.jpg:Second image}" >}}
{{< carousel images="gallery/*" captions="{01.jpg:First *image*,02.jpg:Second image with a [link](https://example.com)}" >}}
<br/><br/><br/>