From 9392f681aa84277d5f36f937a417917fa2cacf72 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 8 Jan 2023 23:15:20 -0800 Subject: [PATCH] Document shortcode inner content --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c98ee056..9c440519 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,8 @@ My content Parameters:
+
.Inner
+
Required. The inner content. Markdown.
caption
Optional. Unnamed argument. Descriptive text that appears centered below the content. Markdown.
@@ -536,6 +538,8 @@ My content Parameters:
+
.Inner
+
Required. The inner content. Markdown.
align
Optional. Aligns text horizontally. Must be start, center, or end.
caption
@@ -562,6 +566,8 @@ The `paige/code` shortcode provides a figure with centered code. Parameters:
+
.Inner
+
Required. The inner content. Markdown.
caption
Optional. Descriptive text that appears centered below the code. Markdown.
lang
@@ -630,6 +636,8 @@ The `paige/gallery` shortcode provides a figure with a centered list of images. Parameters:
+
.Inner
+
Optional. The inner content. Markdown. Must be other invocations of the same shortcode.
align
Optional. Flexbox cross axis alignment. Must be start, center, end, etc. See align-items.
caption