typst/tests/typ/basics/list.typ
2023-02-02 14:27:31 +01:00

57 lines
643 B
Typst

// Test bullet lists.
---
_Shopping list_
#list[Apples][Potatoes][Juice]
---
- First level.
- Second level.
There are multiple paragraphs.
- Third level.
Still the same bullet point.
- Still level 2.
- At the top.
---
- Level 1
- Level #[
2 through content block
]
---
- Top-level indent
- is fine.
---
- A
- B
- C
- D
---
// This works because tabs are used consistently.
- A with 1 tab
- B with 2 tabs
---
// This doesn't work because of mixed tabs and spaces.
- A with 2 spaces
- B with 2 tabs
---
#set list(marker: [-])
- Bare hyphen
- is not a list
---
// Edge cases.
-
Not in list
-Nope