type

BulletList

src @Js
class BulletList : ListBlock

Bullet list block

constructors

fields

marker

The bullet list marker that was used, e.g.

Slot Details

make

src new make(Str? marker := null)

marker

src Str? marker

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