Skip to content
Souvik Kar Mahapatra edited this page May 6, 2023 · 4 revisions

Welcome to the notion-to-md wiki!

What is notion-to-md?

It's a simple javascript module that lets you convert notion pages/blocks/block to markdown programmatically.

How to install?

npm i notion-to-md@latest

and you are good to go

Before using

  • This package depends on @notionhq/client and needs to be installed separately.
Clone this wiki locally