---
title: "<Markdown>"
description: "Author rich copy in Markdown — compiled to email-safe HTML."
url: https://www.unitpost.com/components/markdown
section: Components
updated: 2026-07-14
---
# <Markdown>

## <Markdown>

> Author rich copy in Markdown — compiled to email-safe HTML.



```tsx
<Markdown>**Welcome!** Here's _what's new_ this week. [See all](https://example.com)</Markdown>
```

## Props

| Prop | Type | Default | Description |
| --- | --- | --- | --- |
| `align` | enum | left | Alignment. |
| `color` | color | — | Base text color. |
| `font-size` | number | 16 | Base font size (px). |

## Related

- [<Code>](https://www.unitpost.com/components/code): A monospace code block — handy for API keys and snippets.
- [<Html>](https://www.unitpost.com/components/html): A raw HTML escape hatch — pasted markup is preserved verbatim (sanitized).
- [<Section>](https://www.unitpost.com/components/section): A padded layout container that groups blocks with a background.
