Need AI Training/Help?CloudYeti.io/meet
MarkdownMe
Markdown to Airtable guide

Airtable Rich Text Field Formatting Explained

What Airtable's rich text long text fields do and do not support: headings, bold, lists, code, links — and why pasted Markdown never renders.

Direct answer

Airtable's Long text field supports rich text formatting when you enable it on the field. With it on, the cell accepts headings, bold, italic, strikethrough, bullet and numbered lists, checkboxes, code, quotes, and links. It does not support tables, and it does not convert pasted Markdown syntax into formatting.

Open Markdown to Airtable converter

When to use this

  • You are deciding whether a field should be Long text with or without rich text.
  • Formatting disappeared after a paste and you need to know whether the field or the clipboard was the problem.
  • You want to know what will survive before moving a document into Airtable.

Steps

  1. Click the field header in grid view and choose Edit field.
  2. Set the type to Long text.
  3. Turn on Rich text formatting and save.
  4. Paste formatted content into the cell, or expand the record for a larger editor.
  5. If formatting still does not appear, the clipboard is carrying plain text — convert the Markdown first.

Example conversion

Markdown input
**Bold**, *italic*, `code`, and a [link](https://example.com).
Airtable rich text output
Bold, italic, code, and a link — each rendered as real formatting inside the cell rather than as syntax characters.

Common mistakes

  • Turning rich text formatting off after content exists converts the cell contents to plain text and loses the formatting.
  • Do not plan on tables inside a rich text cell; Airtable does not support them there.
  • Formatting is not preserved in every export path, so check a CSV export before relying on it downstream.

FAQ

How do I enable rich text in an Airtable field?
Edit the field, set the type to Long text, and turn on Rich text formatting. The option only exists on Long text fields.
Does Airtable rich text support tables?
No. Headings, lists, checkboxes, code, quotes, and links are supported, but tables are not. Tabular data belongs in real Airtable columns.
Will turning rich text off delete my formatting?
It converts existing cell content to plain text, so the formatting is lost. Export or copy anything you need before switching it off.

Related Airtable guides