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

Fix block equation display issue

Open drjackchan opened this issue 2 years ago • 3 comments
trafficstars

Description

The inline variable is hardcoded to false at the moment, making all the equations rendered to be inline equations. Fixing this issue by removing the hardcoding.

Notion Test Page ID

39a20e59ea4147f1b3e145166528ab95

drjackchan avatar May 27 '23 09:05 drjackchan

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
react-notion-x ❌ Failed (Inspect) Jun 7, 2023 0:45am
react-notion-x-minimal-demo ❌ Failed (Inspect) Jun 7, 2023 0:45am

vercel[bot] avatar May 27 '23 09:05 vercel[bot]

Is this not addressed in https://github.com/NotionX/react-notion-x/pull/281?

jacksongoode avatar Jun 09 '23 18:06 jacksongoode

I looked at change #281 , it seems to me that it is hardcoding the display mode != inline? How can that differentiate inline and block equation?

drjackchan avatar Jun 10 '23 08:06 drjackchan