Use go-html-template code type

This commit is contained in:
Will Faught
2023-08-05 14:32:53 -07:00
parent 03604fd3ad
commit d3628e7c14
9 changed files with 118 additions and 118 deletions

View File

@@ -14,7 +14,7 @@ Paige provides a `paige/quote` shortcode for displaying a quotation.
Code:
```go-text-template
```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.
{{</* /paige/quote */>}}
@@ -30,7 +30,7 @@ Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br
Code:
```go-text-template
```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.
{{</* /paige/quote */>}}
@@ -46,7 +46,7 @@ Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br
Code:
```go-text-template
```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.