bulletList property

Formats a block of lines as a bullet list.

Implementation

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