Tutorial

How to add a cover page to a Markdown PDF

Adding a cover page to a Markdown PDF is one toggle away. The converter handles the layout; you supply the title and the metadata.

·2 min read
Open the converter

Picking the right cover layout

  • **centered** - title centred mid-page, metadata below. Polished pitch deck or proposal.
  • **side-bar** - accent stripe on the left, title beside. Modern internal report.
  • **rule** - title near the top, dashed-rule metadata block at the bottom. Classic corporate proposal.
  • **block** - title in a tinted block at the top. Bold launch document, newsletter.
  • **letter** - sender / recipient / date layout. Use only for formal letters.

Cover page fields explained

  • **Title** - main heading, set in the Document section.
  • **Subtitle** - one-line description, also in the Document section.
  • **Created for** - recipient name and address. The 'rule' and 'side-bar' layouts show this in the metadata block; 'letter' uses it as the recipient block.
  • **Created by** - sender name and address.
  • **Date** - defaults to today; can be edited in the Document section.
  • **Version** - small string like '1.0' or 'INV-2026-019'.
  • **Author** - the document author (a person, distinct from 'Created by' which is usually a studio or organisation).

Hiding the cover from page numbering

The cover page is page 1 of the PDF but is excluded from the visible numbering by default. The first body page reads '1 / N'. This matches reader expectations - the cover doesn't 'count'.

If you want the cover to count, you'd have to modify the export post-hoc; the converter doesn't expose a setting for this.

FAQ

Can I have a custom cover layout?

Not in v1. The five built-in layouts cover most document types. If you have a specific requirement that none of them meet, open an issue describing the use case.

Does the cover show in DOCX?

Yes. The cover renders as a separate first-page section in DOCX, with the same fields and a simplified version of the layout (the 'letter' variant especially).

Why doesn't my cover render?

Check that the 'Show cover page' toggle is on in the Cover section. Some templates default to no cover (memo, invoice, resume) - toggle it on if you need one.

Related

https://md2document.com/how-to-add-cover-page-to-markdown-pdf/