From d4acfbe492d954c91707f2d6454aa78a6e8ecf39 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 20 Jan 2023 23:13:15 -0800 Subject: [PATCH] Document gallery caption param --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 252773a8..31872565 100644 --- a/README.md +++ b/README.md @@ -565,6 +565,7 @@ The `paige/gallery` shortcode provides a figure with a collection of images. ``` {{< paige/gallery align="center" + caption="My caption" height="10rem" images="*.jpg" justify="center" @@ -613,6 +614,8 @@ Parameters:
align
Optional. String. Cross axis alignment. Must be start, center, end, etc. See align-items.
+
caption
+
Optional. String. Markdown. Descriptive text below the image or images.
height
Optional. String. CSS value. Image height.
image