Instance Property インスタンスプロパティ

allowsExtendedAttributes

A Boolean value that indicates whether parsing allows extensions to Markdown that specify extended attributes. あるブール値、それは構文解析することが拡張それらに拡張された属性それらを詳述するMarkdownを許可するかどうかを指し示します。

Declaration 宣言

@property BOOL allowsExtendedAttributes;

Discussion 議論

If this value is NO, the Markdown parser supports only the CommonMark syntax. The default is NO. この値がNOならば、MarkdownパーサはCommonMarkだけをサポートします。省略時にはNOです。

See Also 参照

Determining Markdown Parsing Options Markdown構文解析オプションを決定する