issues
search
innolitics
/
n2y
Notion to YAML (and Markdown)
23
stars
1
forks
source link
Handle header trees starting with a non-H1 header
#155
Closed
russellkan
closed
1 year ago
russellkan
commented
1 year ago
Describe Your Changes
Avoid
IndexError
when header trees start with a non-H1 header
Skip out of order headers with a warning
Add unit test cases
How Did You Test It
Ran
pytest tests
with all tests passing
Describe Your Changes
IndexError
when header trees start with a non-H1 headerHow Did You Test It
pytest tests
with all tests passing