Contents

allowsExtendedAttributes

A Boolean value that indicates whether parsing allows extensions to Markdown that specify extended attributes.

Declaration

var allowsExtendedAttributes: Bool

Discussion

If this value is false, the Markdown parser supports only the CommonMark syntax. The default is false.

See Also

Accessing Options