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
Links and Wikilinks
- External links: Quartz Documentation
- Wikilinks: Getting Started
- Tag links: markdown formatting
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
- First step
- Second step
- Third step
Tables
Feature | Supported | Notes |
---|---|---|
Tables | ✅ | GFM tables |
Footnotes | ✅ | Use 1 syntax |
Math | ✅ | KaTeX support |
Math
Inline math:
Block math:
Footnotes
-
This is a footnote ↩