Skip to content
allmd

AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.

EPUB

Convert EPUB ebooks to markdown.

Usage

allmd epub <file> -o output.md

Supported Formats

  • .epub

Example

# Convert an ebook to markdown
allmd epub book.epub -o book.md

# Output to stdout
allmd epub novel.epub --stdout