echo724 / notion2md

Notion Markdown Exporter with Python Cli
MIT License
674 stars 53 forks source link

fix: fix numbered list format according to commonmark format #58

Closed echo724 closed 8 months ago

echo724 commented 8 months ago

Added

from this change the output of numbered list will be:

1. list1
1. list2

even if the number list is sequenced.

Removed

None

Note

thanks to @redgeoff, added and modified new numbered list format and tests.