docs: consistency is king #903

This commit is contained in:
Sören Weber 2024-09-03 23:04:49 +02:00
parent f10d9dd466
commit 649600bae8
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -279,10 +279,10 @@ Just a box
#### Markdown Styled Alerts #### Markdown Styled Alerts
````go ````go
> [!tip] Callouts can have custom titles > [!caution] Callouts can have custom titles
> Like this one. > Like this one.
> [!tip] Title-only callout > [!caution] Title-only callout
> [!note]- Are callouts foldable? > [!note]- Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed > Yes! In a foldable callout, the contents are hidden when the callout is collapsed
@ -290,9 +290,9 @@ Just a box
> [!note]+ Are callouts foldable? > [!note]+ Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed > Yes! In a foldable callout, the contents are hidden when the callout is collapsed
> [!important] Can callouts be nested? > [!info] Can callouts be nested?
> > [!note] Yes!, they can. > > [!important] Yes!, they can.
> > > [!important] You can even use multiple layers of nesting. > > > [!tip] You can even use multiple layers of nesting.
```` ````
> [!caution] Callouts can have custom titles > [!caution] Callouts can have custom titles
@ -306,6 +306,6 @@ Just a box
> [!note]+ Are callouts foldable? > [!note]+ Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed > Yes! In a foldable callout, the contents are hidden when the callout is collapsed
> [!blue] Can callouts be nested? > [!info] Can callouts be nested?
> > [!cyan] Yes!, they can. > > [!important] Yes!, they can.
> > > [!green] You can even use multiple layers of nesting. > > > [!tip] You can even use multiple layers of nesting.