|
|
|
@ -17,14 +17,22 @@ Code:
|
|
|
|
|
|
|
|
|
|
```go-html-template
|
|
|
|
|
{{</* 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.
|
|
|
|
|
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.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>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 >}}
|
|
|
|
|
|
|
|
|
|
## Cite
|
|
|
|
@ -33,14 +41,22 @@ Code:
|
|
|
|
|
|
|
|
|
|
```go-html-template
|
|
|
|
|
{{</* 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.
|
|
|
|
|
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.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>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 >}}
|
|
|
|
|
|
|
|
|
|
## Figure
|
|
|
|
@ -50,7 +66,11 @@ Code:
|
|
|
|
|
```go-html-template
|
|
|
|
|
{{</* 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.
|
|
|
|
|
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 */>}}
|
|
|
|
|
```
|
|
|
|
@ -59,6 +79,10 @@ Result:
|
|
|
|
|
|
|
|
|
|
{{< 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.
|
|
|
|
|
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 >}}
|
|
|
|
|