Skip to content

Markdown PDFfor Zed Editor

Export Markdown to polished PDFs with structured headers, footers, and custom styling

Markdown PDF for Zed

Quick Example

Add a structured header and footer to your Markdown document:

yaml
---
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.

Next Steps

Released under the MIT License.