Enumeration Case 列挙ケース

NSAttributedStringMarkdownInterpretedSyntaxInlineOnly

A syntax value that parses all Markdown text, but interprets only attributes that apply to inline spans. ある構文値、それは全てのMarkdownテキストを構文解析します、しかしインラインspanに適用される属性のみを解釈します。

Declaration 宣言

NSAttributedStringMarkdownInterpretedSyntaxInlineOnly = 1

Discussion 議論

With this syntax, the parser doesn’t apply attributes that differentiate blocks, like NSPresentationIntentAttributeName. However, extended attributes apply to inline spans, so the parser includes them, if the allowsExtendedAttributes property allows them. この構文では、パーサはブロックを識別する属性、NSPresentationIntentAttributeNameなどを適用しません。しかしながら、拡張属性はインラインspanに適用されます、なのでパーサはそれらを含めます、もしallowsExtendedAttributesプロパティがそれらを許可するならば。

See Also 参照

Syntax Values 構文値