
⚠️ Important: This workflow uses the Autype community node and requires a self-hosted n8n instance.
This workflow demonstrates Autype's Extended Markdown engine — the foundation for creating production-ready documents from Markdown. It supports full document layouts with headers, footers, page numbering, cross-references, indices, custom layouts, and advanced diagrams (TikZ, Mermaid, ...). You can generate complete PDF, DOCX, or ODT documents with professional typography, tables, charts, and embedded images.
This workflow is for developers, operations teams, and business analysts who want to turn structured Markdown into branded documents with a consistent design system. It's ideal if you want to separate content from styling and include uploaded visuals in your final PDF or DOCX output.
This workflow builds a business quarter report from Markdown and applies a separate style JSON (defaults) to control typography, chart colors, table styling, and header/footer layout. It also downloads a report image via HTTP, uploads it as a temporary Autype image, and injects the returned refPath into the title page before rendering.
The included example report uses:
document and defaults (font, color, table style, chart colors, header/footer) plus a company logo URL (placehold.co).uploadImage and returns a temporary refPath.For images that aren't publicly accessible (e.g., internal dashboards, screenshots), Autype provides a temporary image upload mechanism:
uploadImage operation → returns a refPath (e.g., /temp-image/{id})refPath directly: {width=520}Autype uses an Extended Markdown syntax that transforms standard Markdown into a full-featured document markup system for professional document creation. This goes far beyond basic Markdown with specialized elements for document structure, layout, and advanced content.
Key extended elements include:
:::toc — Table of contents with automatic heading extraction:::chart — Interactive charts and data visualizations:::table — Enhanced tables with styling and formatting options---page{align=center}--- directives — Page layout, orientation, and section breaksFor the complete markup reference and all available elements, see the Autype Markup Reference.
n8n-nodes-autype) via Settings → Community Nodes.Download Report Image, replace the sample URL with your own dashboard/chart image if needed.Set Document Style JSON, adjust typography/colors/header/footer as required.n8n-nodes-autype community node installedSet Document Style JSON (defaults).companyLogoUrl) and the downloaded content image source URL.document.type from pdf to docx for Word-compatible output.:::chart), page directives, and text2 blocks for richer reports.