InlineParser.be constructor

InlineParser.be(
  1. String? source,
  2. Document document,
  3. List<InlineSyntax> syntaxes
)

Instantiates with all syntaxes specified in syntaxes. It doesn't add any flavor or default syntaxes into it.

Implementation

InlineParser.be(String? source, this.document, this.syntaxes):
super(source);