Callout Test
Obsidian Theme Callout Examples
Basic Types
Basic note. Used for conveying general information.
Displays summary information. Can also be used as summary or tldr.
An informational callout.
Used for task lists or checklists.
Provides useful tips or hints.
Shows success messages or completed tasks. Can also be used as check or done.
Used for questions or FAQ sections. Can also be used as help or faq.
Alerts about precautions.
Shows failures or errors. Can also be used as fail or missing.
Shows dangerous or important warnings. Can also be used as error.
Shows bugs or known issues.
Shows example code or samples.
Shows quotations. Can also be used as cite.
Collapse/Expand Feature
Collapsed Callout
This content is collapsed by default. Click to expand.
Expanded Callout
This content is expanded by default.
Custom Titles
You can use custom titles and emojis.
Nested Callouts
Top-level callout.
Nested callouts are possible.
Even deeper nesting is possible!
Markdown Elements in Callouts
- List item 1
- List item 2
Bold text and italic text
// Code blocks can be included
const hello = "Hello!";
console.log(hello);
Links work too.
Dark Mode Test
The Obsidian theme automatically supports dark mode. Colors automatically change according to your browser's dark mode settings.