Cobertos / md2notion

A better Notion.so Markdown importer
MIT License
654 stars 65 forks source link

Does not handle collapsible sections #55

Open protoEvangelion opened 1 year ago

protoEvangelion commented 1 year ago

This is an example of a markdown collapsible section:

<details>
<summary>Title</summary>

body

</details>

Which should turn into this in notion:

image

Instead it's turning into this:

image