---
title: AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnlyPreservingWhitespace
framework: foundation
role: symbol
role_heading: Case
path: foundation/attributedstring/markdownparsingoptions/interpretedsyntax-swift.enum/inlineonlypreservingwhitespace
---

# AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnlyPreservingWhitespace

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

## Declaration

```swift
case inlineOnlyPreservingWhitespace
```

## Discussion

Discussion This value behaves like AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnly, 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

- [AttributedString.MarkdownParsingOptions.InterpretedSyntax.full](foundation/attributedstring/markdownparsingoptions/interpretedsyntax-swift.enum/full.md)
- [AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnly](foundation/attributedstring/markdownparsingoptions/interpretedsyntax-swift.enum/inlineonly.md)
