the short answer
Which markdown resume export is ATS-safe?
For job applications, use Copy plain text, Download .txt, or Download ATS PDF in Markdown to PDF — not the styled PDF from the browser print dialog. Styled PDF is for visual sharing; its text layer breaks when copied or parsed.
comparison
Export options compared.
Pick the row that matches how you are applying. All Markdown to PDF paths run in your browser — no upload.
| Option | Best for | Copy/ATS safe? | Browser-local? |
|---|---|---|---|
| Styled PDF (browser print) | Portfolio PDF, email attachment, visual sharing | No — hard wraps, dropped spaces, viewer-dependent word splits | Yes |
| Plain text / .txt | ATS paste fields, Greenhouse/Lever text boxes | Yes | Yes |
| ATS PDF (Markdown to PDF) | ATS file upload when PDF is required | Yes — flowing text layer | Yes |
| Google Docs / Word export | Heavy formatting, collaborators | Usually yes (native text flow) | No (upload/account) |
| Upload-based markdown→PDF sites | One-click PDF without local setup | Often no (same print-engine or raster issues) | No |
why it breaks
Why styled PDF copy fails.
Browser print saves PDF as positioned text fragments — one draw operation per visual line, sometimes per word. Copy/paste rebuilds layout, not paragraphs. That produces mid-line breaks, missing spaces between wrapped lines, and garbled bullets in ATS parsers.
Read the full walkthrough in the markdown resume for ATS guide.
how to
Export the right file in under a minute.
- Open Markdown to PDF and paste resume markdown.
- For paste fields: Copy plain text or Download .txt.
- For PDF upload: Download ATS PDF.
- Use Download styled PDF only when parsing does not matter.