From 3e4cce2c9a538c4fdb2467a9c62535efffedaf29 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 10 Jan 2023 21:09:23 -0800 Subject: [PATCH] Show multiple uses of nested paige/gallery --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c5332e5..fcf1050d 100644 --- a/README.md +++ b/README.md @@ -646,6 +646,10 @@ The `paige/gallery` shortcode provides a figure with a centered list of images. image="me.jpg" caption="My caption" >}} + {{< paige/gallery + image="you.jpg" + caption="My caption" + >}} {{< /paige/gallery >}} ```