How to format text with markdown shortcuts on Notion
Notion supports markdown shortcuts that automatically format text as you type. Simply type the markdown syntax followed by a space, and Notion will convert it to formatted text instantly.
Prerequisites
- A Notion account
- Basic understanding of text formatting
- Knowledge of what markdown is
- Access to a Notion workspace
Step-by-Step Instructions
Create headings with hash symbols
# followed by a space for Heading 1, ## for Heading 2, or ### for Heading 3. Notion will automatically convert the text to the corresponding heading format when you press space.Format text with bold and italic shortcuts
**text** and press space to make text bold. Use *text* or _text_ and press space for italic formatting. For strikethrough, use ~~text~~ followed by space.Create code blocks and inline code
`code`. For code blocks, type three backticks ``` and press space. Notion will create a code block where you can specify the programming language.Make bulleted and numbered lists
-, *, or + followed by space for bullet points. For numbered lists, type 1. and space. Notion will automatically continue the numbering for subsequent items when you press Enter.Create checkboxes and toggle lists
[] and space to create a checkbox (to-do item). Use [x] and space for a checked checkbox. For toggle lists, type > followed by space to create collapsible content sections.Add quotes and dividers
> and space to create a quote block for highlighting important text. Use --- and press Enter to insert a horizontal divider line that separates content sections.Insert links and callout blocks
[link text](URL) to create hyperlinks. For callout blocks, type >> and space to create highlighted information boxes with custom icons and colors.Common Issues & Troubleshooting
Markdown shortcuts not working when typed
Make sure you're pressing space after typing the markdown syntax. Notion only converts markdown when you add a space or press Enter after the syntax.
Code blocks not formatting correctly
Ensure you're typing exactly three backticks ``` with no spaces between them, then press space. The code block should appear immediately.
Nested lists not working properly
Use Tab to indent list items and create nesting. Make sure you're already in a list format before trying to create nested items.
Bold or italic formatting not applying
Check that you're using the correct symbols: **text** for bold and *text* for italic. Ensure there are no spaces between the symbols and your text.