souvikinator / notion-to-md

Convert notion pages, block and list of blocks to markdown (supports nesting and custom parsing)
https://www.npmjs.com/package/notion-to-md
MIT License
1.08k stars 89 forks source link

fix: config for separateChildPage now correctly on NotionToMarkdown #90

Closed gregonarash closed 1 year ago

gregonarash commented 1 year ago

This is correcting location of config object in Readme

It was added incorrectly as property of Notion Client. I have moved it to show as property on NotionToMarkdown

souvikinator commented 1 year ago

hey, thanks for the contribution.