typst/tests/suite/styling/in-block.typ
2025-03-22 22:31:51 +01:00

13 lines
333 B
XML

--- warn-show-set-last-in-block ---
#{
// Warning: 1-14 show rule has no effect
// Hint: 1-14 See https://typst.app/docs/tutorial/making-a-template/#set-and-show-rules
show "a": "b"
}
#{
// Warning: 1-15 set rule has no effect
// Hint: 1-15 See https://typst.app/docs/tutorial/making-a-template/#set-and-show-rules
set text(blue)
}