TeXViewMarkdown constructor
const
TeXViewMarkdown(
- String markdown, {
- TeXViewStyle? style,
- Iterable<
BlockSyntax> blockSyntaxes = const [], - Iterable<
InlineSyntax> inlineSyntaxes = const [], - ExtensionSet? extensionSet,
- Resolver? linkResolver,
- bool inlineOnly = false,
- Resolver? imageLinkResolver,
Implementation
const TeXViewMarkdown(this.markdown,
{this.style,
this.blockSyntaxes = const [],
this.inlineSyntaxes = const [],
this.extensionSet,
this.linkResolver,
this.inlineOnly = false,
this.imageLinkResolver});