diff --git a/exampleSite/content/shortcodes/notice.en.md b/exampleSite/content/shortcodes/notice.en.md index 58b985014d..8d2458b1e0 100644 --- a/exampleSite/content/shortcodes/notice.en.md +++ b/exampleSite/content/shortcodes/notice.en.md @@ -63,7 +63,7 @@ It is all about the boxes. | **color** | | see notes | The [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) to be used. If not set, the chosen color depends on the **style**. Any given value will overwrite the default.

- for severity styles: a nice matching color for the severity
- for all other styles: the corresponding color | | **title** | 2 | see notes | Arbitrary text for the box title. Depending on the **style** there may be a default title. Any given value will overwrite the default.

- for severity styles: the matching title for the severity
- for all other styles: _<empty>_

If you want no title for a severity style, you have to set this parameter to `" "` (a non empty string filled with spaces) | | **icon** | 3 | see notes | [Font Awesome icon name](shortcodes/icon#finding-an-icon) set to the left of the title. Depending on the **style** there may be a default icon. Any given value will overwrite the default.

- for severity styles: a nice matching icon for the severity
- for all other styles: _<empty>_

If you want no icon for a severity style, you have to set this parameter to `" "` (a non empty string filled with spaces) | -| **expanded** | | _<empty>_ | Whether to draw an expander and how the content is displayed.

- _<empty>_: the content is shown but not collapsible
- `true`: the expander is drawn and the content is initially shown
- `false`: the expander is drawn and the content is initially hidden | +| **expanded** | | _<empty>_ | Whether to draw an expander and how the content is displayed.

- _<empty>_: no expander is drawn and the content is permanently shown
- `true`: the expander is drawn and the content is initially shown
- `false`: the expander is drawn and the content is initially hidden | | _**<content>**_ | | _<empty>_ | Arbitrary text to be displayed in box. | ## Examples @@ -276,7 +276,7 @@ Just a box Just a box {{% /notice %}} -#### Obsidian Styled Alerts +#### Markdown Styled Alerts ````go > [!tip] Callouts can have custom titles