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

Callout block support feature request #15

Closed scopsy closed 2 years ago

scopsy commented 2 years ago

Why?

We use callouts on our projects to highlight some blocks. And would love to add support for callouts for notion-to-md. Currently, the library only generates a normal code block in that case

How?

We can convert callouts to a quote block:

💡 Text content of the quote.

scopsy commented 2 years ago

@souvikinator would love to help with this :)