---
title: "Using rich text in Airtable"
slug: "using-rich-text-with-airtable"
description: "Learn how to use rich text in Airtable."
updated: 2025-11-18T19:33:49Z
published: 2025-11-18T19:33:49Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.airtable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using rich text in Airtable

| **Plan availability** | All plan types |
| --- | --- |
| **Permissions** | - **Owner** /**Creator** - Have access to all field configuration options. Additionally everything editors, commenters, or read-only users can do. - **Editor** - Can sort by, filter by, group by, or hide the field within a view. - **Commenter** / **Read-only** - Copy a field's URL |
| **Platform(s)** | Web/Browser, Mac app, and Windows app |

## Enabling rich text

> [!CAUTION]
> Note
> 
> Single line text fields and long text fields are limited to 100,000 characters.

Using rich text in Airtable allows users to choose between multiple formatting types, empowering them to customize their bases, forms, extensions, and more. Before enabling rich text, confirm that your extensions and fields are [rich-text compatible](https://support.airtable.com/docs/using-rich-text-with-airtable#rich-text-in-forms-and-extensions).

To enable rich text formatting for long text fields:

1. Open your [Airtable home screen](https://airtable.com/).
2. Open the base where you want to enable rich text.
3. Select the dropdown arrow next to your preferred long text field.
4. Click **Edit field**.
  1. If the field you selected isn’t a long text field, update it to **Long text** and click **Save**.
5. Toggle the “Enable rich text formatting” option.
6. Click **Save**.

## Using rich text in a long text field

After enabling rich text, it can be used to bold, italicize, strikethrough, format as code, or add a hyperlink to text. To reveal these options, highlight the text you would like to format.

Additionally, you can use the following shortcuts to format for these options:

- Bold - <kbd>CMD</kbd> <kbd>B</kbd>
- Italicize - <kbd>CMD</kbd> <kbd>I</kbd>
- Link - Copy over the text that you want to add a hyperlink to and paste the URL (<kbd>CMD</kbd> <kbd>V</kbd>) or press <kbd>CMD</kbd> <kbd>K</kbd> to show a box where you can add the URL.

## Rich text for paragraphs and header formatting

Rich text in Airtable can also be used for header and paragraph formatting. To format your paragraphs and headers using rich text:

1. Open your [Airtable homepage](https://airtable.com/).
2. Open the base where you want use rich text for paragraph or header formatting.
3. Expand your preferred record.
  1. After clicking on the record, a black paragraph icon will appear in the left-hand corner.
4. Click the paragraph icon to choose from a variety of paragraph or header options.

![](https://cdn.airtable.document360.io/d0ee2ee4-3f78-47c7-b388-85e40be9fb89/Images/Documentation/fields_long_text_rich_text_formatting_menu_find_2024.png)
5. Click on the option of your choice from the menu that appears.![](https://cdn.airtable.document360.io/d0ee2ee4-3f78-47c7-b388-85e40be9fb89/Images/Documentation/fields_long_text_rich_text_formatting_options_2024.png)

Here are the styles available:

- General styles:
  - Paragraph
  - Quotes (“>”)
  - Code blocks
- Headings:
  - Heading 1 (“#”)
  - Heading 2 (“##”)
  - Heading 3 (“###”)
- Windows-based list styles:
  - Numbered lists: Ctrl Shift 7 or Markdown (“1.”)
  - Bullet points: Ctrl Shift 8 or Markdown (“-” or “*”)
  - Checkboxes: Ctrl Shift 9 or Markdown (“[ ]” or “[x]”)
- Mac list styles:
  - Numbered lists: Cmd Shift 7 or Markdown (“1.”)
  - Bullet points: Cmd Shift 8 or Markdown (“-” or “*”)
  - Checkboxes: Cmd Shift 9 or Markdown (“[ ]” or “[x]”)

## Rich text in forms and extensions

> [!CAUTION]
> Note
> 
> It's important to remember that rich text can only be used in forms—when users submit responses to a form—not while [creating a form](/v1/docs/building-and-sharing-forms-in-airtable).

- **Forms** - The same rich text paragraph styles and formatting are also available on forms with rich text enabled.
- **Extensions**
  - Extensions compatible with rich text:
    - [Dedupe extension](/docs/dedupe-extension)
    - [Page designer extension](/docs/page-designer-extension-overview) (other than font/alignment)
    - [Search extension](/docs/miscellaneous-airtable-extensions)
    - [Web clipper extension](/docs/using-the-web-clipper-browser-extension)
  - Extensions incompatible with rich text:
    - [Org chart extension](/docs/org-chart-extension)
    - [Batch update extension](/docs/batch-update-extension)
    - [Translate extension](/docs/translate-extension)
    - [CSV import extension](/docs/csv-import-extension)

## Markdown rich text output in Airtable's API

Airtable supports a Markdown version similar to most other syntaxes but updated for rich text formats. For additional information on writing and formatting with Markdown in Airtable, check out [Using Markdown in Airtable](/docs/using-markdown-in-airtable).

For examples of how to use Airtable's API to read or update markdown returned by the API, please see our [API documentation](https://airtable.com/developers/web/api/introduction).

- Rich text display: ![](https://cdn.airtable.document360.io/d0ee2ee4-3f78-47c7-b388-85e40be9fb89/Images/Documentation/360058304293blobid0(1)(1).png)
- Rich text markdown API output:
  - `"Heading 1\nLearn more with this hyperlink `

`in this quote box\nBullet points below\n- This is some italic text and `

`some code.\n- And even bold and strikethrough text\nHeading `

`2\nOooh! A code block.\nHeading 3\n1. dfsdf\n2. `

`dsfds\nCheckboxes\n[x] Do this\n[ ] And this\n"`
- Including rich text in a formula:
  - If no formatting is necessary, a formula with rich text will result in just the text and line breaks to get an even simpler version of this text. Please note that long text fields with rich text enabled always include a trailing `/n` character when the text is retrieved via API.
