Standard::Markdown
The simplest book on the shelf — one specimen page. Standard renders
CommonMark plus exactly three extensions, all Obsidian-compatible. If it
renders on this page, it is in the standard; if it doesn’t, it isn’t.
Base
Everything in CommonMark: headings, emphasis,
lists, links, images, code fences, blockquotes, tables.
Extension 1 — Callouts
> [!note]
> Obsidian-flavored callouts, any type: note, warning, tip, caption…
Obsidian-flavored callouts, any type: note, warning, tip, caption…
Extension 2 — Wikilinks
A link to [[another-note]] resolves by filename, like Obsidian.
Wikilinks resolve against the vault’s note index when publishing; a link to a
private note degrades to plain text rather than a broken link.
Extension 3 — Footnotes
Typography carries the argument.[^1]
[^1]: The footnote lands at the end of the page.
Typography carries the argument.[1]
What is deliberately absent
No MDX, no HTML-in-markdown requirements, no proprietary syntax that would
chain a note to one renderer. A Standard note opened in any markdown app in
twenty years should read exactly as written — that’s the norm.
Typographic rendering (smart quotes, thin spaces, the
::patterns) is a
separate concern with its own book: Standard::Syntax.
The footnote lands at the end of the page. ↩︎