Fix Nested Markdown Lists in Notion
Normalize list indentation before pasting so child bullets and numbered steps remain nested in Notion.
Direct answer
Notion paste is more reliable when each nested level uses four spaces. Convert two-space or tab-indented Markdown lists first, then paste the normalized output into an empty Notion block and confirm each child sits under the intended parent.
Open Markdown to Notion converterWhen to use this
- Nested bullets flatten into one level after a Notion paste.
- A list mixes tabs, two spaces, and four spaces.
- Ordered steps contain nested bullet details that must remain grouped.
Steps
- Paste the list into the converter.
- Confirm every child level uses four spaces in the output.
- Copy the normalized Markdown.
- Paste into an empty Notion block.
- Expand and collapse the list visually to confirm the hierarchy.
Example
- Release
- Web
- Smoke test
- API
- Migration check- Release
- Web
- Smoke test
- API
- Migration checkCommon mistakes
- Do not mix tabs and spaces within one list. The same visual indent can represent different source levels.
- A blank line inside a list can end the current list in some renderers.
- Check the deepest level after paste. A correct first child does not prove later levels are aligned.
FAQ
- How many spaces does Notion need for a nested Markdown list?
- Four spaces per level is the safest input for a Notion paste. This converter normalizes common two-space and tab-indented lists.
- Can I mix numbered and bullet lists?
- Yes. Keep the child indentation consistent and review the result because mixed list types expose indentation mistakes quickly.
- Why did only part of my list flatten?
- The source probably changes indentation style partway through. Normalize the whole document, not only the first visible list.
Related Notion guides
How to Paste Markdown Into Notion
Prepare Markdown so Notion turns headings, lists, links, code, and tables into blocks instead of flattening the document.
How to Import a Markdown File Into Notion
Choose between Notion's file import and a cleaned paste, then check the Markdown features that do not survive either path.
Convert a Markdown Table for Notion
Prepare a pipe table for a Notion paste and understand when the result is a simple table instead of a database.
Paste ChatGPT Output Into Notion Cleanly
Clean a ChatGPT, Claude, or Gemini answer before pasting it into Notion with readable headings, lists, links, and code.