Skip to main content

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.

https://prnt.sc/r3ys_DfPjzFK

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.

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.


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.


Markdown is okay.

Where is that?

Can I use it with api?

Is that any document?

Thanks.


Reply