mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
13 lines
173 B
XML
13 lines
173 B
XML
// Test math formulas.
|
|
|
|
---
|
|
The sum of $a$ and $b$ is $a + b$.
|
|
|
|
---
|
|
We will show that:
|
|
$[ a^2 + b^2 = c^2 ]$
|
|
|
|
---
|
|
// Error: 2:1 expected closing bracket and dollar sign
|
|
$[a
|