mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
- Unordered lists with indent-based parsing and basic layout using stacks - Headings are now also indent based - Removes syntax functions since they will be superseded by select & transform
12 lines
140 B
XML
12 lines
140 B
XML
// Test emphasis toggle.
|
|
|
|
---
|
|
// Basic.
|
|
_Emphasized!_
|
|
|
|
// Inside of words.
|
|
Partly em_phas_ized.
|
|
|
|
// Scoped to body.
|
|
#rect[_Scoped] to body.
|