EmphasisSyntax.asterisk constructor

EmphasisSyntax.asterisk()

Parses **strong** and *emphasis*.

Implementation

EmphasisSyntax.asterisk()
    : super(
        r'\*+',
        requiresDelimiterRun: true,
        allowIntraWord: true,
        tags: _tags,
        startCharacter: $asterisk,
      );