---
title: UTTypeMarkdown
framework: Uniform Type Identifiers
role: symbol
role_heading: Global Variable
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+, watchOS 27.0+]
path: uniformtypeidentifiers/uttypemarkdown
---

# UTTypeMarkdown

A type that represents Markdown data.

## Declaration

```occ
extern UTType * const UTTypeMarkdown;
```

## Discussion

Discussion The identifier for this type is net.daringfireball.markdown. This type conforms to UTTypeUTF8PlainText.

## See Also

### Text files

- [UTTypeText](uniformtypeidentifiers/uttypetext.md)
- [UTTypePlainText](uniformtypeidentifiers/uttypeplaintext.md)
- [UTTypeUTF8PlainText](uniformtypeidentifiers/uttypeutf8plaintext.md)
- [UTTypeUTF16PlainText](uniformtypeidentifiers/uttypeutf16plaintext.md)
- [UTTypeUTF16ExternalPlainText](uniformtypeidentifiers/uttypeutf16externalplaintext.md)
