notion-content-render
v1.0.3
Published
A library to render notion content structure to React or MD
Downloads
7
Maintainers
Readme
notion-content-render
This is a simple walker through Notion block content structure and let you build the renderer
I created a sample of Markdown renderer and React renderer where you can freely style your component from Notion content. The exposed API matches with what Notion has provided via their official API
Example
const render = makeRenderer(mdStyleFactory);
...
render(<notion heading 1 block>) ==> '# <Notion heading one block>