echo724 / notion2md

Notion Markdown Exporter with Python Cli
MIT License
674 stars 53 forks source link

[Feature] Add in page anchor link support #34

Open Vultik opened 2 years ago

Vultik commented 2 years ago

In Notion, you use the option "copy link to block" to create anchor link. It will be great to have this support in Markdown when you have for example a table of content on top of the page.

anchor_link )

How implement in Markdown : https://gist.github.com/asabaylus/3071099

Btw, congratulations for the all new features you've added since my last issue report :)