Use go-html-template code type
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user