Markdown / Rich Text

Pass markdown / rich text to add styled or larger blocks of text

Markdown allows you to style text easily. If you're unfamiliar with Markdown, https://www.markdownguide.org/ is a good place to learn all about it.

The following integrations support Markdown currently: Airtable, API

Airtable

If you're using Airtable, markdown is enabled on long text fields by enabling "rich text formatting":

You're not able to style text inside of Airtable and those styles will be maintained when printing documents.

API

If you're using DocsAutomator via the DocsAutomator API, markdown is passed by mapping an object instead of text to placeholders. The object has a key "markdown" followed by markdown as its value.

Last updated