Skip to main content

Rich text format is broken when getting content through airtable api

  • May 8, 2023
  • 2 replies
  • 31 views

Forum|alt.badge.img+3

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.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • May 8, 2023

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.


Forum|alt.badge.img+3
  • Author
  • Participating Frequently
  • May 8, 2023

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.