summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/math-hide.typ
blob: 8e268c9770236a7c90abe37a50288f7a15dae81e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Ensure that the math is properly hidden.

---
#set page(height: 70pt)

Testing $delta$

$ a^2 + b^2 = c^2 $

#hide[
  Hello

  $ f(x) := x^2 $

  World $f(x)$
]