May 08, 2023 09:01 AM
Hi everyone!
Nice to meet you.
I am trying to load rich text content through api, but it's broken.
But when I put the content with HTML tags, format is working properly.
But my client is not a programmer. He can't add content with HTM tags.
So I want to load rich text content as I entered without any HTML tags.
Please help me.
Thanks.
May 08, 2023 09:27 AM
Rich text fields are stored in Airtable's version of Markdown, not html.
When you get or set the content of a rich text field via API, you use raw markdown, not html.
May 08, 2023 10:54 AM
Markdown is okay.
Where is that?
Can I use it with api?
Is that any document?
Thanks.