summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/hide-meta.typ
blob: 6dce81ad62b88583f0902ce1e2fc0b104e599e29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Test that metadata of hidden stuff stays available.

---
#set cite(style: "chicago-notes")

A pirate. @arrgh \
#set text(2pt)
#hide[
  A @arrgh pirate.
  #bibliography("/works.bib")
]

---
#set text(8pt)
#outline()
#set text(2pt)
#hide(block(grid(
  [= A],
  [= B],
  block(grid(
    [= C],
    [= D],
  ))
)))