You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
categories | date | description | tags | title | |||
---|---|---|---|---|---|---|---|
|
2023-01-01 | Demonstration of the Paige figure shortcode. |
|
Figure Shortcode |
Code:
{{</* paige/figure */>}}
Don't believe everything you read on the Internet.
{{</* /paige/figure */>}}
Result:
{{< paige/figure >}} Don't believe everything you read on the Internet. {{< /paige/figure >}}
Code:
{{</* paige/figure caption="Abraham Lincoln" */>}}
Don't believe everything you read on the Internet.
{{</* /paige/figure */>}}
Result:
{{< paige/figure caption="Abraham Lincoln" >}} Don't believe everything you read on the Internet. {{< /paige/figure >}}
Code:
{{</* paige/figure caption="Hickory Dickory Dock" */>}}
<pre style="font-family: inherit; font-size: 1rem">
Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock.
</pre>
{{</* /paige/figure */>}}
Result:
{{< paige/figure caption="Hickory Dickory Dock" >}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{< /paige/figure >}}