MarkFlow

Advanced Mathematics in MarkFlow

Rendering Math with KaTeX

MarkFlow supports advanced mathematical rendering using KaTeX. This is incredibly useful for writing academic papers, tutorials, or documentation.

Inline Math

You can include math inline with your text like this: E=mc2E = mc^2.

Display Math

For more complex equations, you can use display blocks:

1(ϕ5ϕ)e25π=1+e2π1+e4π1+e6π1+e8π1+\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\ldots} } } }

Matrices

[123456789]\begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix}