File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,14 @@ Supported callouts:
133
133
- ` caution `
134
134
- ` warning `
135
135
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:
137
137
138
138
``` 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">}}
140
140
```
141
141
142
+ By default, all custom callouts are inlined unless ` side-callout ` is passed in.
143
+
142
144
Here are some other shortcodes:
143
145
144
146
- ` fa ` : Inserts a Font Awesome icon
You can’t perform that action at this time.
0 commit comments