mirror of
https://github.com/typst/typst
synced 2025-05-18 11:05:28 +08:00
10 lines
185 B
Typst
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}
|