Enable Markdown Formatting

Enabling markdown formatting tells DocsAutomator to interpret passed values as markdown

Markdown is a convenient and easy-to-learn language for basic text formatting (headings, bold, italic, links, ...).

Please find the following website for a good place to learn the entire Markdown syntax: https://www.markdownguide.org/

By enabling Markdown formatting, you're telling DocsAutomator to interpret sent values as markdown and format them accordingly.

Markdown Cheat Sheet / Basic Syntax

Element
Markdown Syntax

# H1 ## H2 ### H3

**bold text**

*italicized text*

> blockquote

1. First item 2. Second item 3. Third item

- First item - Second item - Third item

`code`

[title](https://www.example.com)

![alt text](image.jpg)

Airtable long text fields

Long text fields with rich text formatting enabled are automatically interpreted as Markdown.

Last updated