---
title: NSAttributedStringMarkdownInterpretedSyntaxInlineOnly
framework: foundation
role: symbol
role_heading: Enumeration Case
path: foundation/nsattributedstringmarkdowninterpretedsyntax/nsattributedstringmarkdowninterpretedsyntaxinlineonly
---

# NSAttributedStringMarkdownInterpretedSyntaxInlineOnly

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

## Declaration

```occ
NSAttributedStringMarkdownInterpretedSyntaxInlineOnly
```

## Discussion

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

- [NSAttributedStringMarkdownInterpretedSyntaxFull](foundation/nsattributedstringmarkdowninterpretedsyntax/nsattributedstringmarkdowninterpretedsyntaxfull.md)
- [NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace](foundation/nsattributedstringmarkdowninterpretedsyntax/nsattributedstringmarkdowninterpretedsyntaxinlineonlypreservingwhitespace.md)
