Contents

NSAttributedStringMarkdownInterpretedSyntaxInlineOnly

A syntax value that parses all Markdown text, but interprets only attributes that apply to inline spans.

Declaration

NSAttributedStringMarkdownInterpretedSyntaxInlineOnly

Discussion

With this syntax, the parser doesn’t apply attributes that differentiate blocks, like presentationIntentAttributeName. However, extended attributes apply to inline spans, so the parser includes them, if the allowsExtendedAttributes property allows them.

See Also

Syntax Values