I’m trying to get the content from a rich text element in Airtable, transform it via Integromat from Markdown to HTML (using the Markdown to HTML module) and then post the HTML.
I can’t get line breaks to work in my Rich Text Field properly in Airtable.
I’ve tried:
- using a
, but this breaks the final result - using GitHub flavoured markdown (doesn’t seem to be recognised).
- and of course, just entering multiple line breaks doesn’t mean these line breaks are sent by the Airtable API.
Does anyone have a solution on how to deal with this?
thanks in advance.

