You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"Title": {
"type": "title",
"title": [
{
"text": {
"content": "A better title for the page",
},
"plain_text": "This is also not done",
}
]
}
}
In the documentation, it shows that plaint_text and content are different values.
While using Notion's API, I have never seen plaint_text and content be different. So, what is the difference if there are any?
The text was updated successfully, but these errors were encountered:
wongww
changed the title
plain_text vs text.content
Is there any difference between plain_text vs text.content?
Oct 6, 2024
In the documentation, it shows that
plaint_text
andcontent
are different values.While using Notion's API, I have never seen
plaint_text
andcontent
be different. So, what is the difference if there are any?The text was updated successfully, but these errors were encountered: