mirror of
https://github.com/typst/typst
synced 2025-05-16 18:15:29 +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()
|
|
}
|