Files
paige-hugo/exampleSite/content/shortcodes/quote.md
2023-04-25 17:31:33 -07:00

1.6 KiB

authors, categories, description, tags, title
authors categories description tags title
will-faught
paige
shortcodes
Demonstration of the Paige quote shortcode.
figures
quotations
Quote Shortcode

Paige provides a paige/quote shortcode for displaying a quotation.

Basic

Code:

{{</* paige/quote */>}}
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
{{</* /paige/quote */>}}

Result:

{{< paige/quote >}} Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. {{< /paige/quote >}}

Cite

Code:

{{</* paige/quote cite="Hickory Dickory Dock" */>}}
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
{{</* /paige/quote */>}}

Result:

{{< paige/quote cite="Hickory Dickory Dock" >}} Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. {{< /paige/quote >}}

Figure

Code:

{{</* paige/figure caption="Hickory Dickory Dock" */>}}
{{</* paige/quote */>}}
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
{{</* /paige/quote */>}}
{{</* /paige/figure */>}}

Result:

{{< paige/figure caption="Hickory Dickory Dock" >}} {{< paige/quote >}} Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. {{< /paige/quote >}} {{< /paige/figure >}}