# Webflow Rich-text fields

<figure><img src="/files/2NGv2tkOoHfR8du9Sql7" alt=""><figcaption></figcaption></figure>

If you have enabled the "[rich text formatting](https://support.airtable.com/docs/using-rich-text-with-airtable)" option in a long text field in Airtable, you're essentially enabling support for markdown. Markdown is a lightweight language that uses plain text symbols to define formatting like headings, bold text, italics, and lists.

While Webflow offers a powerful CMS for managing website content, it doesn't natively understand Markdown. PowerImporter steps in to solve this by acting as a translator between Markdown and HTML, which Webflow understands for text fields.

<mark style="color:blue;">**PowerImporter offers a "Convert markdown to HTML" option for text fields.**</mark> With this option enabled, it will recognize the markdown syntax within your data and converts it to its corresponding HTML equivalent during the sync process.&#x20;

Your content is imported into Webflow with all the intended formatting preserved, including headings, bold text, italics, and lists. \
\
You can see the formatted content directly within the Webflow editor, eliminating the need for manual conversion.

Watch this video to see <mark style="color:blue;">**the difference between using the Convert Markdown to HTML option and not using it:**</mark>

{% embed url="<https://youtu.be/g8Q7AXF6nv8?si=npYWR3iVBmzv07pr>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.powerimporter.com/features/webflow-rich-text-fields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
