Austin P. Morrissey
  • Writing
  • Research
  • About
  • Substack

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.
0 words · 0 min read
markdown saved
preview ~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}
Body of the callout.
:::
  (also 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 ![alt](path-or-url)

Drafts auto-save to your browser localStorage. Refreshing the page restores your last draft.

copied

© 2026 Austin P. Morrissey · RSS

 

Built with Quarto