notion-to-md
notion-to-md copied to clipboard
Add parent element to blocks?
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
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.