diff --git a/exampleSite/content/blog/figure-shortcode.md b/exampleSite/content/blog/figure-shortcode.md index 2c1e5107..5187ab7b 100644 --- a/exampleSite/content/blog/figure-shortcode.md +++ b/exampleSite/content/blog/figure-shortcode.md @@ -270,22 +270,6 @@ Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. {{< /paige/figure >}} ---- - -Code: - -```go-text-template -{{}} -Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. -{{}} -``` - -Result: - -{{< paige/figure caption="Hickory Dickory Dock" number="G" >}} -Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. -{{< /paige/figure >}} - ## Vertical parameter Code: