typst/tests/typ/style/show.typ
2022-02-02 11:28:31 +01:00

10 lines
185 B
Typst

// Test show rules.
---
// Error: 1-34 show rules are not yet implemented
#show heading(body) as [*{body}*]
---
// Error: 2-15 show is only allowed directly in markup
{show (a) as b}