Structured Headers & Footers
Declarative configuration with zones (left, center, right) and typed elements — no raw HTML required.
Export Markdown to polished PDFs with structured headers, footers, and custom styling

Add a structured header and footer to your Markdown document:
---
title: Project Report
author: Jane Smith
company: Acme Corp
pdf:
header:
height: 15mm
left_text: "{company}"
center_text: "{title}"
right_text: "{date:MMMM d, yyyy}"
footer:
height: 10mm
center_text: "Page {page} of {pages}"
---Then ask Zed's AI assistant:
Export this file to PDF
That's it! The PDF will have a professional header with your company name, document title, and formatted date.