bulletList property

ParchmentAttribute<String> get bulletList

Formats a block of lines as a bullet list.

Implementation

ParchmentAttribute<String> get bulletList =>
    ParchmentAttribute<String>._(key, scope, 'ul');