Topic: epub

2026-09-12 · 2 min read

Build an EPUB from Markdown with Node.js

Generate a valid EPUB 3 from a folder of Markdown chapters using marked and jszip: the required files, why mimetype must be stored uncompressed and first, converting HTML to XHTML, the nav.xhtml table of contents, content.opf metadata, and adding a cover.

epubmarkdownnode.jsjszip

← Guides