Skip to content

Commit 2b9ecbb

Browse files
committed
chore: Update call-out shortcode usage in Contributing
1 parent 4984bc9 commit 2b9ecbb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING_DOCS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,14 @@ Supported callouts:
133133
- `caution`
134134
- `warning`
135135

136-
You can also create custom callouts using the `call-out` shortcode `{{< call-out "type" "header" "font-awesome icon >}}`. For example:
136+
You can also create custom callouts using the `call-out` shortcode `{{< call-out "type position" "header" "font-awesome icon >}}`. For example:
137137

138138
```md
139-
{{<call-out "important" "JWT file required for upgrade" "fa fa-exclamation-triangle">}}
139+
{{<call-out "important side-callout" "JWT file required for upgrade" "fa fa-exclamation-triangle">}}
140140
```
141141

142+
By default, all custom callouts are inlined unless `side-callout` is passed in.
143+
142144
Here are some other shortcodes:
143145

144146
- `fa`: Inserts a Font Awesome icon

0 commit comments

Comments
 (0)