Markdown Features in Quartz

Quartz supports extended Markdown syntax with many useful features for note-taking.

Basic Formatting

Bold text with **text** Italic text with *text* Strikethrough with ~~text~~ Inline code with backticks

Code Blocks

// Syntax highlighted code
function greet(name) {
  return `Hello, ${name}!`;
}

Callouts

Note

This is a note callout

Tip

This is a tip callout

Warning

This is a warning callout

Lists

Unordered

  • First item
  • Second item
    • Nested item
    • Another nested item

Ordered

  1. First step
  2. Second step
  3. Third step

Tables

FeatureSupportedNotes
TablesGFM tables
FootnotesUse 1 syntax
MathKaTeX support

Math

Inline math:

Block math:

Footnotes

  1. This is a footnote