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.
Direct answer
Airtable treats typing and pasting differently. While you type in a rich text field, a small set of Markdown-style shortcuts is recognised. On paste, Airtable reads the clipboard's text content and inserts it as characters, so ## and ** stay visible. Airtable's own documentation states that copied-and-pasted text is not recognised as Markdown syntax.
Open Markdown to Airtable converterWhen to use this
- Typing ** works but pasting the same text does not, and you want to know why.
- You are evaluating whether Airtable can be the home for Markdown-based documentation.
- You need to explain the limitation to a teammate before agreeing on a workflow.
Steps
- Confirm the field is Long text with rich text formatting enabled — without it, nothing formats.
- Try typing formatting directly to see which shortcuts your workspace recognises.
- For pasted content, convert the Markdown to rich text first with the converter above.
- Press Copy Rich so the clipboard carries formatting, not syntax.
- Paste into the cell; the formatting arrives already applied.
Example conversion
**This is bold** and this is a [link](https://example.com).
Pasted raw: **This is bold** and this is a [link](https://example.com). Pasted after converting: This is bold (in bold) and this is a link (clickable).
Common mistakes
- Do not assume the behaviour is a bug to report; it is documented and unlikely to change soon.
- Do not rely on browser extensions to reformat inside Airtable; converting before the paste is more predictable.
- Remember plain Long text fields never format, regardless of what the clipboard carries.
FAQ
- Will Airtable add pasted Markdown support?
- There is no announced support for parsing pasted Markdown. Community requests exist, but the documented behaviour today is that pasted Markdown is not recognised.
- Does the Airtable API accept Markdown?
- The API writes rich text content to long text fields, which is a different path from clipboard pasting. For manual work, converting before the paste remains the practical fix.
- Is this different in the Airtable mobile app?
- The same limitation applies. Pasting formatted rich text from the clipboard is the reliable approach on both desktop and mobile.
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.
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.
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.