typst/tests/typ/bugs/hide-meta.typ

25 lines
320 B
Plaintext
Raw Normal View History

// Test that metadata of hidden stuff stays available.
---
#set cite(style: "chicago-notes")
A pirate. @arrgh \
#set text(2pt)
#hide[
A @arrgh pirate.
2023-06-28 11:35:44 +03:00
#bibliography("/files/works.bib")
]
---
#set text(8pt)
#outline()
#set text(2pt)
#hide(block(grid(
[= A],
[= B],
block(grid(
[= C],
[= D],
))
)))