MkCompileOptions constructor
const
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,
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;