✈️ Go Up

XIYO's Hole

Go to Nav

Callout Test

Obsidian Theme Callout Examples

Basic Types

Note

Basic note. Used for conveying general information.

Abstract

Displays summary information. Can also be used as summary or tldr.

Info

An informational callout.

Todo

Used for task lists or checklists.

Tip

Provides useful tips or hints.

Success

Shows success messages or completed tasks. Can also be used as check or done.

Question

Used for questions or FAQ sections. Can also be used as help or faq.

Warning

Alerts about precautions.

Failure

Shows failures or errors. Can also be used as fail or missing.

Danger

Shows dangerous or important warnings. Can also be used as error.

Bug

Shows bugs or known issues.

Example

Shows example code or samples.

Quote

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

⚠️ Important Warning!

You can use custom titles and emojis.

Nested Callouts

Info

Top-level callout.

Example

Nested callouts are possible.

Tip

Even deeper nesting is possible!

Markdown Elements in Callouts

Including Various Markdown Elements
  • 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.