EPUB and Markdown explained
EPUB is essentially a website in a box — a ZIP of XHTML and CSS. Because the content is reflowable, the reader chooses the font size and the text re-wraps, rather than being locked to a page.
Markdown is plain text with lightweight conventions — hashes for headings, asterisks for emphasis — that stays readable as written while converting cleanly to HTML.
- Where EPUB files come from
- E-book stores, library lending and self-publishing.
- Where Markdown is used
- READMEs, documentation sites, notes apps and static blogs.