Syntax

SyntaxNameDescription
# Header 1header formatCreate a level 1 header
## Header 2header formatCreate a level 2 header
### Header 3header formatCreate a level 3 header
*italic* or _italic_italicMake text italic
**bold** or __bold__boldMake text bold
~~strikethrough~~strikethroughApply strikethrough to text
* Item 1lists: unorderedCreate an unordered list item
1. Item A lists: orderedCreate an ordered list item
[Link Text](URL)link: textInsert a hyperlink
![Alt Text](Image URL)link: imageEmbed an image
> QuoteblockquoteCreate a blockquote
`code`code: inlineFormat inline code
````code: blockStart and end a code block
<sub> </sub>subscriptCreate a subscript
<sup> </sup>supetscriptCreate a superscript
<ins> </ins>underlineCreate an underline
[]tasklistCreates a task
[^1]footnoteCreate footnote 1

Note

you can use the character \ to escape the listed markdown syntaxes


Callouts

Quartz supports the same Admonition-callout syntax as Obsidian. 2

This includes

  • 12 Distinct callout types (each with several aliases)
  • Collapsible callouts
Admonition TypeAliases
Notenote, info, information
Abstractabstract, summary
Tiptip, hint, important
Successsuccess, check, done
Questionquestion, help, faq
Warningwarning, caution, attention
Failurefailure, missing, fail
Dangerdanger, error
Bugbug, issue
Exampleexample, case
Quotequote, cite

Examples


Footnotes

  1. My example reference.

  2. this is a second reference