DocsAutomator
BlogLaunch App
  • 📃DocsAutomator Basics
    • DocsAutomator Overview
    • âš¡Quickstart Guide
    • Google Doc Template Guide
  • 🔗Integrations / API
    • Airtable
    • Google Sheets
    • Glide
    • Noloco
    • ClickUp
    • Zapier
    • DocsAutomator API
  • ✨Features
    • Dynamic Images
    • Line Items
      • Line Items Grouping + Calculations
      • Auto Row Numbers
    • Sections
    • Advanced Placeholder Options
      • Conditional Paragraph / Row Deletion
      • Enable Markdown Formatting
      • Hidden Values
      • Conditional Show / Hide
      • Conditional Styling
    • Actions After Document Generation
      • Saving Google Docs
      • Save PDFs in Google Drive
      • Send Email
      • Merge Existing PDFs
      • Notify Webhook
    • Document Previews
    • Run History
    • PDF Expiration / Storage
  • More
    • DocsAutomator Reviews
    • Troubleshooting Guide
      • Airtable: 30 seconds limit on automation scripts
      • Airtable: Attachment url issue when sending emails
      • Tab cover page added in generated documents
      • Data source is set as Airtable and no record id is given
  • Data Privacy
  • YouTube
  • X
  • Feature Requests / Roadmap
Powered by GitBook
On this page
  • Markdown Cheat Sheet / Basic Syntax
  • Airtable long text fields
  1. Features
  2. Advanced Placeholder Options

Enable Markdown Formatting

Enabling markdown formatting tells DocsAutomator to interpret passed values as markdown

PreviousConditional Paragraph / Row DeletionNextHidden Values

Last updated 5 months ago

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:

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.

✨
Heading
Bold
Italic
Blockquote
Ordered List
Unordered List
Code
Horizontal Rule
Link
Image
https://www.markdownguide.org/