---
title: NSAttributedStringMarkdownInterpretedSyntax
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/nsattributedstringmarkdowninterpretedsyntax
---

# NSAttributedStringMarkdownInterpretedSyntax

A type that represents the syntax for intepreting a Markdown string.

## Declaration

```occ
enum NSAttributedStringMarkdownInterpretedSyntax : NSInteger;
```

## Topics

### Syntax Values

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

## See Also

### Determining Markdown Parsing Options

- [allowsExtendedAttributes](foundation/nsattributedstringmarkdownparsingoptions/allowsextendedattributes.md)
- [appliesSourcePositionAttributes](foundation/nsattributedstringmarkdownparsingoptions/appliessourcepositionattributes.md)
- [failurePolicy](foundation/nsattributedstringmarkdownparsingoptions/failurepolicy.md)
- [NSAttributedStringMarkdownParsingFailurePolicy](foundation/nsattributedstringmarkdownparsingfailurepolicy.md)
- [interpretedSyntax](foundation/nsattributedstringmarkdownparsingoptions/interpretedsyntax.md)
- [languageCode](foundation/nsattributedstringmarkdownparsingoptions/languagecode.md)
