Added
- Markdown → EPUB import.
epublift import book.mdturns a CommonMark
Markdown file into a reflowable EPUB. Theimportcommand now routes by file
extension —.md/.markdowntake this path,.pdfthe existing PDF path.
Pure-Rust and fully offline (behind the new opt-inmarkdownbuild feature).
It renders Markdown to well-formed XHTML, splits chapters at top-level#
headings, and embeds local images referenced by the Markdown (resolved
relative to the file). Headings, emphasis, lists, blockquotes, tables, code
blocks, links and horizontal rules are supported; raw HTML is dropped to keep
the output valid. See docs/markdown-import.md.
What's Changed
- feat(web): unified image-format selector + WebP on 3.4 by @bariskayadelen in #39
Full Changelog: cli-v1.8.1...cli-v1.9.0