summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/hide-meta.typ
blob: 10c95e593d42f1ec0796442b3e63b1ad31ce4546 (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("/files/works.bib")
]

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