github ePubLift/epublift cli-v1.9.0

latest releases: cli-v1.13.0, web-v1.16.0, cli-v1.12.0...
one month ago

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

Don't miss a new epublift release

NewReleases is sending notifications on new releases.