Skip to content

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~~ 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:
favicon

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

  1. First list item
  2. Second list item
  3. Third list item

Task Lists

  • This is a completed task.
  • This is an incomplete task.

Nested Lists

  1. First list item
  2. Ordered nested list item
  3. Second list item
  4. 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

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}

Mermaid

graph TD

Biology --> Chemistry

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