Convert Markdown text to Notion block objects
#, ##, ###, ####, #####, ###### (H4-H6 map to heading_3)**bold**, *italic*, `code`, ~~strikethrough~~<span style="color: red">colored text</span> (supports 9 Notion colors)[text](url) and <https://example.com> autolinks- item or * item1. item`code` ```language with syntax highlighting> quoted text> [!NOTE], > [!TIP], > [!IMPORTANT], > [!WARNING], > [!CAUTION]---, ***, or ___red, blue, green, yellow, orange, purple, pink, gray (or grey), brown| Markdown Element | Notion Block Type | Notes |
|---|---|---|
# Heading | heading_1, heading_2, heading_3 | H4-H6 map to heading_3 |
Text | paragraph | With rich text formatting |
- Item | bulleted_list_item | Unlimited nesting |
1. Item | numbered_list_item | Unlimited nesting |
```code``` | code | With language support |
> Quote | quote | Standard blockquotes |
> [!NOTE] | callout | With icons and colors |
 | image | External images |
| Table | | table | With headers |
--- | divider | Horizontal rules |
rich_text objects within the same block: