react-notion-x icon indicating copy to clipboard operation
react-notion-x copied to clipboard

The equation component did not handle inline and block equations correctly.

Open Thooooor opened this issue 3 years ago • 0 comments
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: image Besides, some usages like "\tag" is only available in display mode, see: image The error is: image 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

Thooooor avatar Jun 07 '22 06:06 Thooooor