Move Markdown type before description

master
Will Faught 3 years ago
parent 52fbbee0cb
commit 9810bd75bd

@ -520,9 +520,9 @@ Parameters:
<dl>
<dt><code>.Inner</code></dt>
<dd>Required. The inner content. Markdown.</dd>
<dd>Required. Markdown. The inner content.</dd>
<dt><code>caption</code></dt>
<dd>Optional. Unnamed argument. Descriptive text that appears centered below the content. Markdown.</dd>
<dd>Optional. Unnamed argument. Markdown. Descriptive text that appears centered below the content.</dd>
</dl>
### Quote
@ -539,11 +539,11 @@ Parameters:
<dl>
<dt><code>.Inner</code></dt>
<dd>Required. The inner content. Markdown.</dd>
<dd>Required. Markdown. The inner content.</dd>
<dt><code>align</code></dt>
<dd>Optional. Aligns text horizontally. Must be <code>start</code>, <code>center</code>, or <code>end</code>.</dd>
<dt><code>caption</code></dt>
<dd>Optional. Descriptive text that appears centered below the quotation. Markdown. Must not be used with <code>cite</code>.</dd>
<dd>Optional. Markdown. Descriptive text that appears centered below the quotation. Must not be used with <code>cite</code>.</dd>
<dt><code>cite</code></dt>
<dd>Optional. Unnamed argument. Markdown. Must not be used with <code>caption</code>.</dd>
</dl>
@ -567,9 +567,9 @@ Parameters:
<dl>
<dt><code>.Inner</code></dt>
<dd>Required. The inner content. Markdown.</dd>
<dd>Required. Markdown. The inner content.</dd>
<dt><code>caption</code></dt>
<dd>Optional. Descriptive text that appears centered below the code. Markdown.</dd>
<dd>Optional. Markdown. Descriptive text that appears centered below the code.</dd>
<dt><code>lang</code></dt>
<dd>Required. Unnamed argument. Chroma language code. See <a href="https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages">available codes</a>.</dd>
<dt><code>options</code></dt>
@ -599,7 +599,7 @@ Parameters:
<dt><code>alt</code></dt>
<dd>Optional. Plain text. Image alt.</dd>
<dt><code>caption</code></dt>
<dd>Optional. Descriptive text that appears centered below the image. Markdown.</dd>
<dd>Optional. Markdown. Descriptive text that appears centered below the image.</dd>
<dt><code>height</code></dt>
<dd>Optional. Image height in pixels.</dd>
<dt><code>link</code></dt>
@ -649,11 +649,11 @@ Parameters:
<dl>
<dt><code>.Inner</code></dt>
<dd>Optional. The inner content. Markdown. Must be other invocations of the same shortcode.</dd>
<dd>Optional. Markdown. The inner content. Must be other invocations of the same shortcode.</dd>
<dt><code>align</code></dt>
<dd>Optional. Flexbox cross axis alignment. Must be <code>start</code>, <code>center</code>, <code>end</code>, etc. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/align-items"><code>align-items</code></a>.</dd>
<dt><code>caption</code></dt>
<dd>Optional. Descriptive text that appears centered below the images. Markdown.</dd>
<dd>Optional. Markdown. Descriptive text that appears centered below the images.</dd>
<dt><code>height</code></dt>
<dd>Optional. Height of the image or images.</dd>
<dt><code>image</code></dt>

Loading…
Cancel
Save