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 converterWhen 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
- Click the field header in grid view and choose Edit field.
- Set the type to Long text.
- Turn on Rich text formatting and save.
- Paste formatted content into the cell, or expand the record for a larger editor.
- If formatting still does not appear, the clipboard is carrying plain text — convert the Markdown first.
Example conversion
**Bold**, *italic*, `code`, and a [link](https://example.com).
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
How to Paste Markdown Into Airtable
Airtable does not recognise pasted Markdown syntax, so ## and ** stay literal. Convert the Markdown to formatted rich text first, then paste into a Long text field.
Put ChatGPT or Claude Output Into Airtable Without Losing Formatting
AI tools answer in Markdown, and Airtable pastes it as literal syntax. Convert the response to rich text first so headings, bold, and bullets survive the paste.
Turn Markdown Notes Into Airtable Records
A workflow for moving Markdown meeting notes or research into an Airtable base: what belongs in fields, what belongs in a rich text cell.
Why Airtable Does Not Render Pasted Markdown
Airtable recognises a few Markdown shortcuts while typing but never parses pasted Markdown. Here is the difference, and the reliable fix.