Miscellaneous edits

This commit is contained in:
Joe Mooring 2025-01-21 11:47:40 -08:00 committed by GitHub
parent 2c7a3165f8
commit 1a4fcf7f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ Which looks like this in your browser:
This is a **bold** word.
{{< /details >}}
## Arguments
## Parameters
summary
: (`string`) The content of the child `summary` element rendered from Markdown to HTML. Default is `Details`.

View File

@ -57,7 +57,7 @@ Which looks like this in your browser:
class="ma0 w-75"
>}}
## Arguments
## Parameters
src
: (`string`) The `src` attribute of the `img` element. Typically this is a [page resource](g) or a [global resource](g).

View File

@ -84,7 +84,7 @@ EMAIL;TYPE=WORK:jsmith@example.org
END:VCARD
{{< /qr >}}
## Arguments
## Parameters
text
: (`string`) The text to encode, falling back to the text between the opening and closing shortcode tags.

View File

@ -35,7 +35,7 @@ Hugo renders this to:
{{< vimeo 55073825 >}}
## Arguments
## Parameters
class
: (`string`) The `class` attribute of the wrapping `div` element. Adding one or more CSS classes disables inline styling.

View File

@ -35,7 +35,7 @@ Hugo renders this to:
{{< youtube 0RKpf3rK57I >}}
## Arguments
## Parameters
id
: (`string`) The video `id`. Optional if the `id` is provided as a positional argument as shown in the example above.