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 90 forks source link

feat: Support sync or async function for custom transformers #45

Closed dantehemerson closed 2 years ago

dantehemerson commented 2 years ago

This avoids forcing clients to pass async function for custom transformers. This is not a breaking change since await works with sync and async functions.

souvikinator commented 2 years ago

This should be live in upcoming release. It may take some time as I can't create a release only for this. Thanks for contribution.

souvikinator commented 2 years ago

The changes are live in v2.5.4. Thanks for the contribution.