diff --git a/CONTRIBUTING_DOCS.md b/CONTRIBUTING_DOCS.md index 2947cc8bd..e8b50661e 100644 --- a/CONTRIBUTING_DOCS.md +++ b/CONTRIBUTING_DOCS.md @@ -133,12 +133,14 @@ Supported callouts: - `caution` - `warning` -You can also create custom callouts using the `call-out` shortcode `{{< call-out "type" "header" "font-awesome icon >}}`. For example: +You can also create custom callouts using the `call-out` shortcode `{{< call-out "type position" "header" "font-awesome icon >}}`. For example: ```md -{{}} +{{}} ``` +By default, all custom callouts are included inline, unless you add `side-callout` which places the callout to the right of the content. + Here are some other shortcodes: - `fa`: Inserts a Font Awesome icon