PDF and Markdown explained
PDF describes a page as a fixed arrangement of text, vector graphics and images. Unlike a word processor document, it is designed so the page looks identical everywhere — which is exactly why it is awkward to edit.
Markdown is plain text with lightweight conventions — hashes for headings, asterisks for emphasis — that stays readable as written while converting cleanly to HTML.
- Where PDF files come from
- Contracts, invoices, reports, forms, academic papers and scanned documents.
- Where Markdown is used
- READMEs, documentation sites, notes apps and static blogs.