Document.plain constructor
Document.plain(})
A lightweight, full-customized document.
Implementation
Document.plain(
this._blockParserBuilder, this._inlineParserBuilder, {
ExtensionSet? extensionSet,
this.linkResolver,
this.imageLinkResolver,
this.options,
this.encodeHtml = true,
this.checkable = false,
this.emptyListDisabled = false,
}): extensionSet = extensionSet ?? ExtensionSet.commonMark;