---
title: NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace
framework: foundation
role: symbol
role_heading: Enumeration Case
path: foundation/nsattributedstringmarkdowninterpretedsyntax/nsattributedstringmarkdowninterpretedsyntaxinlineonlypreservingwhitespace
---

# NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace

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

## Declaration

```occ
NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace
```

## Discussion

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

- [NSAttributedStringMarkdownInterpretedSyntaxFull](foundation/nsattributedstringmarkdowninterpretedsyntax/nsattributedstringmarkdowninterpretedsyntaxfull.md)
- [NSAttributedStringMarkdownInterpretedSyntaxInlineOnly](foundation/nsattributedstringmarkdowninterpretedsyntax/nsattributedstringmarkdowninterpretedsyntaxinlineonly.md)
