Add figure shortcode section

This commit is contained in:
Will Faught
2023-01-08 00:53:42 -08:00
parent 9f0fc62556
commit 3670917f44

View File

@@ -506,6 +506,16 @@ title: Search
## Shortcodes
### Figure
The `paige/figure` shortcode provides a figure with centered content and an optional, centered caption.
```
{{< paige/figure caption="My caption" >}}
My content
{{< /paige/figure >}}
```
### Code
The `paige/code` shortcode provides a figure with centered, highlighted code and an optional, centered caption.