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

# AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnly

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

## Declaration

```swift
case inlineOnly
```

## Discussion

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

## See Also

### Syntax Values

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