Markdown to EPUB

Bundle Markdown into an EPUB e-book.

Example

Markdown
# Chapter 1

Once upon a time…
EPUB e-book
[a valid .epub with a title and chapters]

What it keeps

  • Bundles your Markdown into a valid .epub
  • Headings, text, lists and links
  • Opens in Apple Books, Calibre and e-readers

Where it struggles

  • One Markdown file becomes one chapter flow
  • Images are referenced by URL
  • Cover art isn't added automatically

Frequently asked questions

Will it open in my e-reader?

Yes — it produces a standard EPUB that Apple Books, Calibre and most readers accept.

How are chapters formed?

Your document becomes a single chapter flow; split into multiple files for multiple chapters.

Is my file private?

Yes — the EPUB is packaged in your browser.