gitHubFlavored property
The gitHubFlavored extension set is close to compliance with the GitHub
flavored Markdown spec
.
Implementation
static final ExtensionSet gitHubFlavored = ExtensionSet([
const FencedCodeBlockSyntax(),
const TableSyntax()
], [
InlineHtmlSyntax(),
StrikethroughSyntax(),
AutolinkExtensionSyntax(),
]);