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, ...).
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)

Airtable long text fields
Long text fields with rich text formatting enabled are automatically interpreted as Markdown.
Last updated