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

Add parent element to blocks? #78

Open marcosmartini opened 1 year ago

marcosmartini commented 1 year ago

Hey, I love your work!

Is there any way we could add a parent for a specific block? My use case is I want to add a wrapper div to all tables. Is that possible?

Thanks

souvikinator commented 1 year ago

Hey there! Thanks for using notion-to-md. At the moment there is no such way to achieve it. You can use setCustomTransformer to add div wrapper around table however you have to handle the table data to render it in the markdown table format.