Source
-
All possible callouts:
Click to show
Abstract
> [!abstract] > > abstract
Summary
> [!summary] > > summary
Tldr
> [!tldr] > > tldr
Info
> [!info] > > info
Todo
> [!todo] > > todo
Tip
> [!tip] > > tip
Hint
> [!hint] > > hint
Important
> [!important] > > important
Success
> [!success] > > success
Check
> [!check] > > check
Done
> [!done] > > done
Question
> [!question] > > question
Help
> [!help] > > help
Faq
> [!faq] > > faq
Warning
> [!warning] > > warning
Caution
> [!caution] > > caution
Attention
> [!attention] > > attention
Failure
> [!failure] > > failure
Fail
> [!fail] > > fail
Missing
> [!missing] > > missing
Danger
> [!danger] > > danger
Error
> [!error] > > error
Bug
> [!bug] > > bug
Example
> [!example] > > example
Quote
> [!quote] > > quote
Cite
> [!cite] > > cite
-
The title can be changed by having text after the
[!callout]
part, e.g.A custom hint
> [!hint] A custom hint > > This shows how to change the title of a callout.
-
Callouts can also be foldable by adding a
+
or a-
directly after[!callout]
part, e.g.Can callouts be foldable?
> [!question]- Can callouts be foldable? > > Yes, they can!
Behavior of the
+
and-
> [!info]+ Behavior of the `+` and `-` > > The `+` expands the callout, the `-` collapses it.