From 1a4fcf7f73e8fd2fdbae1040039f74d5d1c789f3 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 21 Jan 2025 11:47:40 -0800 Subject: [PATCH] Miscellaneous edits --- content/en/shortcodes/details.md | 2 +- content/en/shortcodes/figure.md | 2 +- content/en/shortcodes/qr.md | 2 +- content/en/shortcodes/vimeo.md | 2 +- content/en/shortcodes/youtube.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/shortcodes/details.md b/content/en/shortcodes/details.md index 7aa6e56d2..f6e5ae691 100755 --- a/content/en/shortcodes/details.md +++ b/content/en/shortcodes/details.md @@ -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`. diff --git a/content/en/shortcodes/figure.md b/content/en/shortcodes/figure.md index 3566cea76..eb98598b6 100755 --- a/content/en/shortcodes/figure.md +++ b/content/en/shortcodes/figure.md @@ -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). diff --git a/content/en/shortcodes/qr.md b/content/en/shortcodes/qr.md index 8de9f5faa..15e06cbc3 100755 --- a/content/en/shortcodes/qr.md +++ b/content/en/shortcodes/qr.md @@ -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. diff --git a/content/en/shortcodes/vimeo.md b/content/en/shortcodes/vimeo.md index a496669de..b82ad86d4 100755 --- a/content/en/shortcodes/vimeo.md +++ b/content/en/shortcodes/vimeo.md @@ -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. diff --git a/content/en/shortcodes/youtube.md b/content/en/shortcodes/youtube.md index 62928ce9b..51e47a0c9 100755 --- a/content/en/shortcodes/youtube.md +++ b/content/en/shortcodes/youtube.md @@ -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.