typst/tests/typ/headings.typ

42 lines
415 B
XML

// Number of hashtags.
# One
### Three
###### Six
// Warning: 1:1-1:8 section depth should not exceed 6
####### Seven
---
// Is a heading.
/**/ # Heading
{[## Heading]}
[box][### Heading]
---
// Is no heading.
\# No heading
Text with # hashtag
Nr#1
// Error: 1:1-1:6 unexpected invalid token
#nope
---
// Heading continues over linebreak.
# This {
"works"
}
# [box][
This
] too
# This
does not