react-notion-x
react-notion-x copied to clipboard
Group top-level list items
trafficstars
Description
Top-level list items were rendered within seperate list containers. A top-level list that contains 2 items were rendered as:
<ul>
<li></li>
</ul>
<ul>
<li></li>
</ul>
instead of the more comprehensible form:
<ul>
<li></li>
<li></li>
</ul>
This PR addresses this issue and changes the way top-level list items are grouped and rendered.
Here is a screenshot after changes:

Notion Test Page ID
de14421f13914ac7b528fa2e31eb1455
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| react-notion-x | ✅ Ready (Inspect) | Visit Preview | Jun 16, 2022 at 3:28AM (UTC) |
| react-notion-x-minimal-demo | ✅ Ready (Inspect) | Visit Preview | Jun 16, 2022 at 3:28AM (UTC) |