Need AI Training/Help?CloudYeti.io/meet
MarkdownMe
Markdown to Notion guide

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 converter

When 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

  1. Paste the list into the converter.
  2. Confirm every child level uses four spaces in the output.
  3. Copy the normalized Markdown.
  4. Paste into an empty Notion block.
  5. Expand and collapse the list visually to confirm the hierarchy.

Example

Markdown input
- Release
  - Web
    - Smoke test
  - API
    - Migration check
Notion-ready output
- Release
    - Web
        - Smoke test
    - API
        - Migration check

Common 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