Markdown in Notion
Notion has native Markdown support built-in. No converter needed!
How to Use Markdown in Notion
Inline Markdown
Type Markdown syntax and Notion automatically converts it:
# Heading→ Converts to Heading 1## Heading→ Converts to Heading 2**bold**→ Converts to bold text*italic*→ Converts to italic text- List item→ Converts to bullet list1. List item→ Converts to numbered list[ ] Task→ Converts to checkbox
Import Markdown Files
- Click Import in the sidebar
- Select Markdown as the file type
- Choose your
.mdfile - Notion will create a new page with your content
Export to Markdown
- Click ••• (three dots) at the top right of any page
- Select Export
- Choose Markdown & CSV as the export format
- Click Export
Advertisement
Ads are shown only after confirming optional cookies.
Supported Markdown Syntax
Text Formatting
- Bold:
**text** - Italic:
*text* - Strikethrough:
~~text~~ - Code:
`code`
Structure
- Headings:
# to ### - Lists:
- or 1. - Todo:
[ ] - Links:
[text](url)