viewThis is a test
of the
write freely
thing.
here is a link to my website. wow 🤩
const helloWorld = "foo";
const foo = async bar() => "baz";
here is some inline code.
aha, it appears image uploads are supported, via the Rich Editor which seems to integrate with the snap.as tool.

chronologically later, numerically later.
let's experiment with the different view options.

wherein we test out MathJax support 🎉
it turns out to work pretty well in the rich text editor:
\begin{equation*}
e^{\pi i} + 1 = 0
\end{equation*}
does seem to render correctly:
\begin{equation*}
e^{\pi i} + 1 = 0
\end{equation*}
but in markdown mode everything has to be double-escaped, at least when I toggle between modes it auto-adjusts for me:
\\begin{equation\*}
e^{\\pi i} + 1 = 0
\\end{equation\*}