typst/tests/typ/bugs/hide-meta.typ
2023-06-28 10:36:53 +02:00

25 lines
320 B
Plaintext

// 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],
))
)))