mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
- Everything everywhere! - Blocks with curly braces: {} - Templates with brackets: [] - Function templates with hashtag: `#[f]` - Headings with equals sign: `= Introduction`
12 lines
172 B
XML
12 lines
172 B
XML
// Basic.
|
|
_Emph_ and *strong*!
|
|
|
|
// Inside of words.
|
|
Pa_rtl_y emphasized or str*ength*ened.
|
|
|
|
// Scoped to body.
|
|
#[box][*Sco_ped] to body.
|
|
|
|
// Unterminated is fine.
|
|
_The End
|