Numbered lists are useful for listing the order things should happen in:
<aside> ℹ️ Notion supports starting numbered lists at any number, but does not expose this information in their API. This means this renderer will not respect numbered lists that start at any number besides 1.
</aside>
Because of how Notion treats blocks, each bullet point is contained in its own ol
tag. There is currently no work-around for this.
Each bullet point (not each list) is contained in its own ol
tag. You can therefore target ol
or ol li
to change the style.