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

feat: Add caption to code block. #87

Closed drfarr closed 11 months ago

drfarr commented 1 year ago

Adding the caption to the code block as it's supported in the notion api and it's useful!

souvikinator commented 1 year ago

Thanks for the contribution. I tested this code and works however the caption gets appended to the three backticks (`) like so:

```sql caption here
 .
 .
 .

so the caption is not visible. Not sure how this is helpful.