obsidian

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

—Formattings bold text italic text bold and italic strikethrough highlight inline code

Lists

  • Item 1
  • Item 2
    • Nested item
    • Another nested item
  • Item 3

Ordered Lists

  1. First item
  2. Second item 3. Nested item 4. Another nested item
  3. Third item

Task Lists

  • Uncompleted task
  • Completed task
  • Another task

Custom Checkboxes

  • Unchecked
  • Checked
  • Forwarded
  • Scheduled
  • Important
  • Cancelled
  • In progress
  • Question

External links Link text Link with title

Internal images

code Use code in a sentence

Code Blocks

// Code with syntax highlighting
const greeting = "Hello";

Blockquotes

Single line quote

Multi-line quote continues here

Nested quotes

Second level

Horizontal Rule




Tables

Column 1Column 2Column 3
Cell 1Cell 2Cell 3
Cell 4Cell 5Cell 6

Table Alignment

LeftCenterRight
L1C1R1
L2C2R2

Footnotes Text with footnote1

Callouts

Note

Note callout

Tip

Tip callout

Warning

Warning callout

Danger

Danger callout

Info

Info callout

Question

Question callout

Success

Success callout

Example

Example callout

Quote

Quote callout

Foldable Callouts

Expanded by default

Content

Embeds

Transclude of note-name
Transclude of note-name#heading
Transclude of note-name#^block-id

Math (LaTeX)

Block Math

Comments

Tags tag tag multi-word-tag

Escaping Characters * Not italic * # Not a heading - Not a list [ Not a link

Diagrams (Mermaid)

graph TD
    A[Start] --> B{Decision}
    B -->|Yes| C[Action 1]
    B -->|No| D[Action 2]

HTML Elements Ctrl + C Highlighted text Underlined text
Line Breaks Line 1
Line 2 (two spaces at end)

Line 1

Line 2 (blank line between)

YAML Frontmatter

title: Note Title tags: [tag1, tag2] created: 2026-02-11

Block References This is a paragraph

Link to block: Note name > ^block-id

[Timestamp: 2026/02/11 23:41:10]

Footnotes

  1. Footnote content here