Editor
Live preview — paste markdown, see how it’ll render on the site
Personal markdown editor for Austin P. Morrissey to preview essays before publishing.
saved
~90% fidelity · final render via Quarto on push
Quarto syntax cheat-sheet (click to expand)
Drop cap on first paragraph:::: {.dropcap}
Opening text...
:::
Callouts:::: {.callout-note} (also
Body of the callout.
:::callout-tip, callout-warning, callout-important, callout-caution)
Pull-quote (custom site class):::: {.pullquote}
Memorable line.
:::
Inline math: $E = mc^2$ · Display math: $$\\int_0^\\infty f(x) dx$$
Footnote: This sentence has a footnote.[^1] then later [^1]: The footnote body.
Inline footnote (sidenote on wide screens): ...end of sentence^[Inline footnote text.]
Image: paste from clipboard (Cmd-V), or use 
Drafts auto-save to your browser localStorage. Refreshing the page restores your last draft.
copied