Skip to content

Commit

Permalink
docs: consistency is king #903
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Sep 3, 2024
1 parent f10d9dd commit 649600b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions exampleSite/content/shortcodes/notice.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,20 +279,20 @@ Just a box
#### Markdown Styled Alerts

````go
> [!tip] Callouts can have custom titles
> [!caution] Callouts can have custom titles
> Like this one.

> [!tip] Title-only callout
> [!caution] Title-only callout

> [!note]- Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed

> [!note]+ Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed

> [!important] Can callouts be nested?
> > [!note] Yes!, they can.
> > > [!important] You can even use multiple layers of nesting.
> [!info] Can callouts be nested?
> > [!important] Yes!, they can.
> > > [!tip] You can even use multiple layers of nesting.
````

> [!caution] Callouts can have custom titles
Expand All @@ -306,6 +306,6 @@ Just a box
> [!note]+ Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed
> [!blue] Can callouts be nested?
> > [!cyan] Yes!, they can.
> > > [!green] You can even use multiple layers of nesting.
> [!info] Can callouts be nested?
> > [!important] Yes!, they can.
> > > [!tip] You can even use multiple layers of nesting.

0 comments on commit 649600b

Please sign in to comment.