#8330·tiptap

markdown paragraph list parse behavior

Author: fall-zhangCreated Sep 9, 2026Updated Sep 9, 2026
Labelsstatus: triagearea: markdowncomplexity: mediumimpact: medium

Affected Packages

markdown、extension-list

Tiptap Version

3.21.0

Browser Used

Chrome

What happened?

When you input markdown like this

- list 1
- list 2



- list 1
- list 2

Parse it to markdown, you will lose empty paragraph between the list

If you have a empty line between list, you will get text like above.

Expected Behavior

If you parse it, and then extract it, you will get same text:

- list 1
- list 2



- list 1
- list 2

Reproducible Example URL (Optional)

No response

Additional Context (Optional)

No response