mirror of
https://github.com/typst/typst
synced 2025-05-20 20:15:29 +08:00
43 lines
420 B
XML
43 lines
420 B
XML
// Number of hashtags.
|
|
//
|
|
// warning: 5:1-5:8 section depth should not exceed 6
|
|
|
|
# One
|
|
### Three
|
|
###### Six
|
|
####### Seven
|
|
|
|
---
|
|
// Is a heading.
|
|
|
|
/**/ # Heading
|
|
{[## Heading]}
|
|
[box][### Heading]
|
|
|
|
---
|
|
// Is no heading.
|
|
//
|
|
// error: 8:1-8:6 unexpected invalid token
|
|
|
|
\# No heading
|
|
|
|
Text with # hashtag
|
|
|
|
Nr#1
|
|
|
|
#nope
|
|
|
|
---
|
|
// Heading continues over linebreak.
|
|
|
|
# This {
|
|
"works"
|
|
}
|
|
|
|
# [box][
|
|
This
|
|
] too
|
|
|
|
# This
|
|
does not
|