mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
10 lines
156 B
XML
10 lines
156 B
XML
// Test that metadata after spacing does not force a new paragraph.
|
|
|
|
---
|
|
#{
|
|
h(1em)
|
|
counter(heading).update(4)
|
|
[Hello ]
|
|
counter(heading).display()
|
|
}
|