react-notion-x
react-notion-x copied to clipboard
The equation component did not handle inline and block equations correctly.
trafficstars
Description
When deal with block equations, we should set "displayMode" to True.
As shown below, the block formula should be centered instead of left:
Besides, some usages like "\tag" is only available in display mode, see:
The error is:
To solve this problem, we only need to add 'displayMode', and I already PR #281 .
Notion Test Page ID
This is my notion blog page which has this problem: pinn-blog This is the origin notion page: pinn-notion