<dd>Optional. Descriptive text that appears centered below the images. Markdown.</dd>
<dd>Optional. First unnamed argument. Descriptive text that appears centered below the images. 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. Markdown. Must not be used with <code>caption</code>.</dd>
<dd>Optional. First unnamed argument. Markdown. Must not be used with <code>caption</code>.</dd>
</dl>
### Code
@ -567,7 +567,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. <ahref="https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages">Chroma language code</a>.</dd>
<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. First unnamed argument. URL. Image URL.</dd>
</dl>
```
@ -644,7 +644,7 @@ Parameters:
<dt><code>image</code></dt>
<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. Page, site, or remote images glob. Defaults to all image page resources.</dd>
<dd>Optional. First 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>