Markdown Cheatsheet
Headings
H1
H2
H3
H4
H5
H6
Bold → Bold
Italic → Italic
Strikethrough → ~~Strikethrough
- Item 1
- Sub-item 1
- Sub-sub-item
- Sub-item 1
- Item 2
- First
- Second
- Third
This is a blockquote.
Nested blockquote.
`inline code`
print("Hello, World!")
Tables
Column 1 | Column 2 | Column 3 |
---|---|---|
Value 1 | Value 2 | Value 3 |
Value 4 | Value 5 | Value 6 |
|----------|----------|----------|
| Value 1 | Value 2 | Value 3 |
| Value 4 | Value 5 | Value 6 |
Checkboxes
- Task 1
- Completed Task
Here’s a reference1.
NOTE
This is an Obsidian callout.
This note is fully compatible with Obsidian, including callouts, internal links, and task lists. Would you like me to add custom Obsidian keyboard shortcuts as well?
Links Obsidian Website
From a subfolder
![[Images/my-image.png]]
From an absolute path

not recommended because Obsidian might not display external images properly
Just drag and drop or paste and Obsidian will do for you
Best Practice
- Store images in an
Images/
subfolder inside your vault for organization. - Use
![[filename]]
instead of[![filename]](path)
for seamless embedding. - Enable “Automatically embed media” in Obsidian settings for smooth previews
Footnotes
-
Footnote text. ↩