diff --git a/README.md b/README.md
index d24b3e2c..d388eb55 100644
--- a/README.md
+++ b/README.md
@@ -520,7 +520,7 @@ Parameters:
caption
- - Optional. Descriptive text that appears centered below the images. Markdown.
+ - Optional. First unnamed argument. Descriptive text that appears centered below the images. Markdown.
### Quote
@@ -541,7 +541,7 @@ Parameters:
caption
Optional. Descriptive text that appears centered below the images. Markdown. Must not be used with cite
.
cite
- Optional. Markdown. Must not be used with caption
.
+ Optional. First unnamed argument. Markdown. Must not be used with caption
.
### Code
@@ -567,7 +567,7 @@ Parameters:
caption
Optional. Descriptive text that appears centered below the images. Markdown.
lang
- Required. Chroma language code.
+ Required. First unnamed argument. Chroma language code. See available codes.
options
Optional. Hugo highlight options.
@@ -599,7 +599,7 @@ Parameters:
title
Optional. Plain text. Image title.
src
- Required. URL. Image URL.
+ Required. First unnamed argument. URL. Image URL.
```
@@ -644,7 +644,7 @@ Parameters:
image
Optional. Page, site, or remote image glob. Only used in the inner content of this shortcode.
images
- Optional. Page, site, or remote images glob. Defaults to all image page resources.
+ Optional. First unnamed argument. Page, site, or remote images glob. Defaults to all image page resources.
justify
Optional. Flexbox main axis space distribution. Must be start
, center
, end
, etc. See justify-content
.
method