BulletList
@Js
class BulletList : ListBlock
A bullet list:
- One
- Two
- Three
The children are ListItem blocks, which contain other blocks (or nested lists).
The bullet list marker that was used, e.g
new make(Str? marker := null)
Str? : marker
The bullet list marker that was used, e.g. -, *, or +, if available,
or null otherwise.