Skip to content

cli-v1.9.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 17:56
· 8 commits to main since this release

Added

  • Markdown → EPUB import. epublift import book.md turns a CommonMark
    Markdown file into a reflowable EPUB. The import command now routes by file
    extension — .md / .markdown take this path, .pdf the existing PDF path.
    Pure-Rust and fully offline (behind the new opt-in markdown build 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

Full Changelog: cli-v1.8.1...cli-v1.9.0