mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55: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
136 B
XML
12 lines
136 B
XML
// Test strong toggle.
|
|
|
|
---
|
|
// Basic.
|
|
*Strong!*
|
|
|
|
// Inside of words.
|
|
Partly str*ength*ened.
|
|
|
|
// Scoped to body.
|
|
#rect[*Scoped] to body.
|