Add figure shortcode section

master
Will Faught 3 years ago
parent 9f0fc62556
commit 3670917f44

@ -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.

Loading…
Cancel
Save