react-notion-x
react-notion-x copied to clipboard
notion h tag series not being new line when using multiple h tags in a row
Description
Bug
I think there is a bug with showing multiple h tags in a row.
It looks like below.
How to fix this problem
there is a css file in react-notion-x/src/styles.css
and i changed display: inline-block; to display: block;
After Fix
Notion Test Page ID
My Tech Blog which has the problem
My Notion Page linked with this blog page
Did you already fix it? Do you want me to submit a pr
@AFreeBaldy I got it done! thx