Add height, width params to all shortcodes

This commit is contained in:
Will Faught
2023-01-13 16:40:44 -08:00
parent 5bb75fb8cb
commit c8e955bd36
5 changed files with 140 additions and 14 deletions

View File

@@ -24,6 +24,22 @@ Don't believe everything you read on the Internet.
Code:
```go-text-template
{{</* paige/quote caption="Abraham Lincoln" */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}
```
Result:
{{< paige/quote caption="Abraham Lincoln" >}}
Don't believe everything you read on the Internet.
{{< /paige/quote >}}
---
Code:
```go-text-template
{{</* paige/quote cite="Abraham Lincoln" */>}}
Don't believe everything you read on the Internet.