splitbee / react-notion

A fast React renderer for Notion pages
https://react-notion.com
MIT License
2.86k stars 151 forks source link

Underlined text not supported #48

Closed iuzn closed 2 years ago

iuzn commented 3 years ago

Since an underlined text doesn't have a tag in Notion, there is no tag on the API side. Notion uses border instead of tags. For this reason, Notion renderer cannot manipulate underlined texts. How can we find a solution to this? Is it necessary to make an improvement on the API worker side?

Notion page: image

Output: image

API worker: image

iuzn commented 3 years ago

@transitive-bullshit I know, it's a good job. I will try this for another version of my project, until I code my own package.