mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
13 lines
333 B
XML
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)
|
|
}
|