notion-to-md icon indicating copy to clipboard operation
notion-to-md copied to clipboard

Convert notion pages, block and list of blocks to markdown (supports nesting and custom parsing)

Results 20 notion-to-md issues
Sort by recently updated
recently updated
newest added

Hi :) I found another small issue Let me show you some screenshots Notion: ![Screenshot_20220802_232634](https://user-images.githubusercontent.com/86428901/182453615-598244a6-6901-4ee7-bc30-0d23aaa1ba8d.png) Result: ![Screenshot_20220802_231555](https://user-images.githubusercontent.com/86428901/182453656-4faa29b2-d896-4957-bdf8-47e3264ee324.png) code: ![Screenshot_20220802_230846](https://user-images.githubusercontent.com/86428901/182453682-25e7f945-f300-4f04-9dbf-5b027a756f7f.png) right here, the four-space before image without `>` ---- Expectation: ![Screenshot_20220802_231604](https://user-images.githubusercontent.com/86428901/182453736-ddcc3679-1d3a-44ab-ab78-7d1dbe02f36b.png)...

Hello, I'm trying to convert a Notion `/toggle`'s summary properly, but it is truncated. This : is converted as : ```html Les principes de base du fonctionnement des Fablabs ont...

enhancement
question

In the context of testing I would like to talk about two things 1. Hitting Notion API to fetch block contents now to successfully run this tests we will be...

enhancement

https://docs.n8n.io/integrations/community-nodes/build-community-nodes/

I'm running into a small issue with notion quotes when the quotes contain extra content. Take this example: ![Screenshot 2023-12-29 at 2 22 16 PM](https://github.com/souvikinator/notion-to-md/assets/361591/6a8efa5d-61f9-40d6-b0bb-64de281e32fe) I'd expect this to be...

Notion has changed the type for its @ links , also the `href` is now absolute and only uses the page id instead of the old `SomePageTitle-PageID` format. ``` {...

[This recent change](https://github.com/souvikinator/notion-to-md/commit/9d74e27cecfcf15c45c64df8df7f8b4261ba223c) broke all children with custom transformers when using `blocksToMarkdown`. I understand the change was made to prevent some duplicate markdown from being created (#62), but I think...

bug

I wanna convert the database to markdown [table] but is an empty result. ![image](https://user-images.githubusercontent.com/14212375/155696051-8c2f4cb0-6188-4090-8e71-92f2b70405b0.png) ![image](https://user-images.githubusercontent.com/14212375/155696186-3e8447ee-f0ff-4184-8c74-4e89c6111a55.png) can you fix it? 🤓

I needed to show 2 images in one row (2 columns), but it isn't directly possible. Currently, content in columns is rendered as individual rows. I figured out a way...

Information