Contents

NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace

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

Declaration

NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace

Discussion

This value behaves like NSAttributedStringMarkdownInterpretedSyntaxInlineOnly, but doesn’t interpret multiple consecutive instances of white space as a single separator space. All whitespace characters appear in the result as the source specifies.

See Also

Syntax Values