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

[bug] library crashing for cpp code block #53

Closed GorvGoyl closed 1 year ago

GorvGoyl commented 1 year ago

a cpp code block: screenshot 2022-10-14 at 00 43 49

Error: screenshot 2022-10-14 at 00 44 03

souvikinator commented 1 year ago

Tested the stuff locally. Everything looks fine: image

Even the generated markdown is being rendered properly as you can see in the image. The problem is not with notion-to-md it's maybe an issue related to the markdown parser you are using. (MDX in this case I believe)

souvikinator commented 1 year ago

Closing the issue, cannot recreate the issues.