This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
Tables & Formatting
Style | Syntax | Example | Output | |
---|---|---|---|---|
Bold | ** ** or __ __ |
**Bold text** |
Bold text | |
Italic | * * or _ _ |
*Italic text* |
Italic text | |
Strikethrough | ~~ ~~ |
~~Striked out text~~ |
||
Highlight | == == |
==Highlighted text== |
Highlighted text | |
Bold and nested italic | ** ** and _ _ |
**Bold text and _nested italic_ text** |
Bold text and nested italic text | |
Bold and italic | *** *** or ___ ___ |
***Bold and italic text*** |
Bold and italic text | |
___ | ||||
### Links | ||||
Internal: Contributing | ||||
External: Obsidian Help | ||||
Images: | ||||
Quotes
Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society.
- Doug Engelbart, 1961
Are admonitions foldable?
Yes! In a foldable callout, the contents are hidden when the callout is collapsed.
Lists
Bulleted Lists
- First list item
- Second list item
- Third list item
Nummered Lists
- First list item
- Second list item
- Third list item
Task Lists
- This is a completed task.
- This is an incomplete task.
Nested Lists
- First list item
- Ordered nested list item
- Second list item
- Unordered nested list item
Nested Task Lists
- Task item 1
- Subtask 1
- Task item 2
- Subtask 1
AnuPpuccin Checkboxes
- Unchecked
- Checked
- [>] Rescheduled
- [<] Scheduled
- [!] Important
- [-] Cancelled
- [/] In Progress
- [?] Question
- [*] Star
- [n] Note
- [l] Location
- [i] Information
- [I] Idea
- [S] Amount
- [p] Pro
- [c] Con
- [b] Bookmark
- ["] Quote
- [u] Up
- [d] Down
- [w] Win
- [k] Key
- [f] Fire
- [0] Speech bubble 0
- [1] Speech bubble 1
- [2] Speech bubble 2
- [3] Speech bubble 3
- [4] Speech bubble 4
- [5] Speech bubble 5
- [6] Speech bubble 6
- [7] Speech bubble 7
- [8] Speech bubble 8
- [9] Speech bubble 9
Horizontal Rules
Codeblocks
Inline Code
Text inside backticks
on a line will be formatted like code.
If you want to put backticks in an inline code block, surround it with double backticks like so: inline code with a backtick ` inside
.
CodeBlocks
Mermaid
help.obsidian.md markdown
Syntax | Description |
---|---|
[[Link]] |
Internal links |
![[Link]] |
Embed files |
![[Link#^id]] |
Block references |
^id |
Defining a block |
%%Text%% |
Comments |
~~Text~~ |
Strikethroughs |
==Text== |
Highlights |
``` |
Code blocks |
- [ ] |
Incomplete task |
- [x] |
Completed task |
> [!note] |
Callouts |
(see link) | Tables |