Skip to content
Souvik edited this page Jan 29, 2022 · 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

Things you should know

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