Nested Callouts¶
Nested Callouts refer to the capability of embedding one callout (or admonition) block inside another.^[200-ob-plugin-admonition.md]
This feature allows for the creation of complex, multi-layered information structures within a single note, useful for organizing related details or warnings hierarchically.^[200-ob-plugin-admonition.md]
Syntax and Structure¶
To create a nested callout, a new callout block is indented inside the body of an existing callout.^[200-ob-plugin-admonition.md] The nesting supports multiple layers, allowing for deep hierarchies depending on the user's needs.^[200-ob-plugin-admonition.md]
Different types of callouts can be mixed within a nested structure.^[200-ob-plugin-admonition.md]
Folding and Display¶
Nested callouts can utilize folding modifiers to control the visibility of their content.
- Closed by Default: Adding a
-after the callout type (e.g.,[!warning]-) will render the callout in a collapsed state.^[200-ob-plugin-admonition.md] - Open by Default: Adding a
+after the callout type (e.g.,[!note]+) keeps the callout expanded.^[200-ob-plugin-admonition.md]
Related Concepts¶
- [[Admonition]]
- [[Obsidian]]
Sources¶
200-ob-plugin-admonition.md