<dd>Optional. First unnamed argument. Descriptive text that appears centered below the images. Markdown.</dd>
<dd>Optional. Unnamed argument. Descriptive text that appears centered below the content. Markdown.</dd>
</dl>
### Quote
@ -541,7 +541,7 @@ Parameters:
<dt><code>caption</code></dt>
<dd>Optional. Descriptive text that appears centered below the images. Markdown. Must not be used with <code>cite</code>.</dd>
<dt><code>cite</code></dt>
<dd>Optional. First unnamed argument. Markdown. Must not be used with <code>caption</code>.</dd>
<dd>Optional. Unnamed argument. Markdown. Must not be used with <code>caption</code>.</dd>
</dl>
### Code
@ -565,7 +565,7 @@ Parameters:
<dt><code>caption</code></dt>
<dd>Optional. Descriptive text that appears centered below the images. Markdown.</dd>
<dt><code>lang</code></dt>
<dd>Required. First unnamed argument. Chroma language code. See <ahref="https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages">available codes</a>.</dd>
<dd>Required. Unnamed argument. Chroma language code. See <ahref="https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages">available codes</a>.</dd>
<dd>Optional. Page, site, or remote image glob. Only used in the inner content of this shortcode.</dd>
<dt><code>images</code></dt>
<dd>Optional. First unnamed argument. Page, site, or remote images glob. Defaults to all image page resources.</dd>
<dd>Optional. Unnamed argument. Page, site, or remote images glob. Defaults to all image page resources.</dd>
<dt><code>justify</code></dt>
<dd>Optional. Flexbox main axis space distribution. Must be <code>start</code>, <code>center</code>, <code>end</code>, etc. See <ahref="https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content"><code>justify-content</code></a>.</dd>