Example of mathematics in Markdown
This post is a small check that the website can now render mathematical expressions written in Markdown. The idea comes from Algebrica, where entries combine ordinary text with LaTeX for inline and display formulas.
An inline expression can be written with $...$ delimiters, as in Algebrica: . The \(...\) form also works, for example . The result is integrated into the paragraph without needing images.
For display equations, $$ can be used:
Multi-line expressions work too:
And it is possible to write slightly denser identities, such as the closed form of the geometric sum:
The page loads the KaTeX stylesheet only because this post declares math: true in the front matter.