1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
title: Rich Math
subtitle: Native display math without TeX
author: md2any
theme: light
math: svg
math_scale: 1.0
math_block_align: center
math_max_height: 180
math_macros:
'\RR': '\mathbb{R}'
Inline math stays readable source in `--math svg` mode: $E = mc^2$.
$$
\left(\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\right)^2
$$
$$
\left[
\begin{array}{cc}
\frac{1}{\sqrt{x^2 + 1}} & y_i^2 \\
\alpha + \beta & \binom{n}{k}
\end{array}
\right]
$$
$$
f(x)=
\begin{cases}
x^2 & x \ge 0 \\
-x & x < 0
\end{cases}
$$
$$
\forall x \in \RR^n,\quad \exists y \in \RR : y > \lVert x \rVert
$$