EmphasisSyntax.underscore constructor
EmphasisSyntax.underscore()
Parses __strong__ and _emphasis_.
Implementation
EmphasisSyntax.underscore()
: super(
'_+',
requiresDelimiterRun: true,
tags: _tags,
startCharacter: $underscore,
);