mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 08:24:52 -04:00
Miscellaneous edits
This commit is contained in:
parent
2c7a3165f8
commit
1a4fcf7f73
@ -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`.
|
||||
|
@ -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).
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user