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
- First item
- Second item 3. Nested item 4. Another nested item
- 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 1 | Column 2 | Column 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Table Alignment
| Left | Center | Right |
|---|---|---|
| L1 | C1 | R1 |
| L2 | C2 | R2 |
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
Collapsed by default
Content
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
-
Footnote content here ↩