react-notion-x
react-notion-x copied to clipboard
Fast and accurate React renderer for Notion. TS batteries included. ⚡️
(cherry picked from commit 6c990033c7a8d82a816121b7d8fc82dcd076cfa5) #### Description fix the eoi component displays an exception under the block type error ui: correct ui #### Notion Test Page ID
#### Description `react-notion-x`, when rendering a `CollectionViewList` row, in the `Collection` component, nests two `` tags within each other, which is invalid HTML (fixes #492). When used with a next.js...
#### Description This pull request introduces support for rendering Mermaid.js diagrams in code blocks. This feature is implemented using the Mermaid.js library and is activated whenever a code block with...
#### Description The `` HTML tag is sometimes not loaded in the GUI. If we refresh the page a few times, variably the content of the `` tag may or...
#### Description Tella embeds don't work right now and this should help! #### Notion Test Page ID Coming soon!
#### Description Fix title for empty group on board view, using the property name instead of a static title. #### Example Board view grouped by **Priority** property: Before After ####...
#### Description covers all possible notion number formats defined in API - https://developers.notion.com/reference/property-object#number #### Notion Test Page ID 280e3303a305420eb715b88b64f9161d https://react-notion-x-git-fork-konhi-master-saasify.vercel.app/280e3303a305420eb715b88b64f9161d
#### Description This PR updates next.js component wrapper to support new Image component from Next.js 13. The legacy Image component(`next/legacy/image`) will be also supported by changing `nextImage` prop to `nextLegacyImage`...
#### Description #### Notion Test Page ID 
#### Description Sometimes the code blocks are not loaded. If you refresh the page multiple times you can see that the code blocks does not appear. I think the cause...