diff --git a/README.md b/README.md index 7a9156b8..e840dd9c 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,7 @@ Parameters:
.Inner
Required. String. Markdown. The inner content.
caption
-
Optional. Unnamed argument. String. Markdown. Descriptive text that appears centered below the content.
+
Optional. Position 0. String. Markdown. Descriptive text that appears centered below the content.
### Quote @@ -545,7 +545,7 @@ Parameters:
caption
Optional. String. Markdown. Descriptive text that appears centered below the quotation. Must not be used with cite.
cite
-
Optional. Unnamed argument. String. Markdown. Citation text that appears centered below the quotation. Must not be used with caption.
+
Optional. Position 0. String. Markdown. Citation text that appears centered below the quotation. Must not be used with caption.
### Code @@ -571,7 +571,7 @@ Parameters:
caption
Optional. String. Markdown. Descriptive text that appears centered below the code.
lang
-
Optional. Unnamed argument. String. Chroma language code. Defaults to plaintext. See available codes.
+
Optional. Position 0. String. Chroma language code. Defaults to plaintext. See available codes.
options
Optional. String. Hugo highlight options. See options.
@@ -615,7 +615,7 @@ Parameters:
options
Optional. String. Hugo image processing options. Must be specified with method. See Image Processing Options.
src
-
Required. Unnamed argument. String. URL. Image URL.
+
Required. Position 0. String. URL. Image URL.
title
Optional. String. Plain text. Image title.
width
@@ -667,7 +667,7 @@ Parameters:
image
Optional. String. Page, site, or remote image glob. Only used in the inner content of this shortcode.
images
-
Optional. Unnamed argument. String. Page, site, or remote images glob. Defaults to all image page resources.
+
Optional. Position 0. String. Page, site, or remote images glob. Defaults to all image page resources.
justify
Optional. String. Flexbox main axis space distribution. Must be start, center, end, etc. See justify-content.
maxheight