const Options({bool rawHtml: true, bool smartPunctuation: false, bool fencedCodeAttributes: false, bool headingAttributes: false, bool inlineCodeAttributes: false, bool linkAttributes: false, bool strikeout: false, bool subscript: false, bool superscript: false, bool texMathDollars: false, bool texMathSingleBackslash: false, bool texMathDoubleBackslash: false, bool rawTex: false, bool pipeTables: false, Iterable<String> inlineTexMathClasses: const ['math', 'inline'], Iterable<String> displayTexMathClasses: const ['math', 'display'], LinkResolver linkResolver: defaultLinkResolver })

Constant constructor with required options.

Source

const Options(
    {this.rawHtml: true,
    this.smartPunctuation: false,
    this.fencedCodeAttributes: false,
    this.headingAttributes: false,
    this.inlineCodeAttributes: false,
    this.linkAttributes: false,
    this.strikeout: false,
    this.subscript: false,
    this.superscript: false,
    this.texMathDollars: false,
    this.texMathSingleBackslash: false,
    this.texMathDoubleBackslash: false,
    this.rawTex: false,
    this.pipeTables: false,
    this.inlineTexMathClasses: const <String>['math', 'inline'],
    this.displayTexMathClasses: const <String>['math', 'display'],
    this.linkResolver: defaultLinkResolver});