MarkdownGenerator constructor
MarkdownGenerator({
- Iterable<
InlineSyntax> inlineSyntaxList = const [], - Iterable<
BlockSyntax> blockSyntaxList = const [], - EdgeInsets linesMargin = const EdgeInsets.symmetric(vertical: 8),
- List<
SpanNodeGeneratorWithTag> generators = const [], - SpanNodeAcceptCallback? onNodeAccepted,
- ExtensionSet? extensionSet,
- TextNodeGenerator? textGenerator,
- SpanNodeBuilder? spanNodeBuilder,
- RichTextBuilder? richTextBuilder,
- RegExp? splitRegExp,
Implementation
MarkdownGenerator({
this.inlineSyntaxList = const [],
this.blockSyntaxList = const [],
this.linesMargin = const EdgeInsets.symmetric(vertical: 8),
this.generators = const [],
this.onNodeAccepted,
this.extensionSet,
this.textGenerator,
this.spanNodeBuilder,
this.richTextBuilder,
this.splitRegExp,
});