MkCompileOptions constructor

const MkCompileOptions({
  1. required bool allowDangerousHtml,
  2. required bool allowDangerousProtocol,
  3. String? gfmFootnoteLabel,
  4. String? gfmFootnoteLabelTagName,
  5. String? gfmFootnoteLabelAttributes,
  6. String? gfmFootnoteBackLabel,
  7. String? gfmFootnoteClobberPrefix,
  8. required bool gfmTaskListItemCheckable,
  9. required bool gfmTagfilter,
  10. MkLineEnding? defaultLineEnding,
})

Implementation

const factory MkCompileOptions({
  required bool allowDangerousHtml,
  required bool allowDangerousProtocol,
  String? gfmFootnoteLabel,
  String? gfmFootnoteLabelTagName,
  String? gfmFootnoteLabelAttributes,
  String? gfmFootnoteBackLabel,
  String? gfmFootnoteClobberPrefix,
  required bool gfmTaskListItemCheckable,
  required bool gfmTagfilter,
  MkLineEnding? defaultLineEnding,
}) = _MkCompileOptions;