class

BulletList

@Js
class BulletList : ListBlock

A bullet list:

- One
- Two
- Three

The children are ListItem blocks, which contain other blocks (or nested lists).

constructors make

fields marker

The bullet list marker that was used, e.g

make new make(Str? marker := null)

marker Str? : marker

The bullet list marker that was used, e.g. -, *, or +, if available, or null otherwise.

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT