> ## Documentation Index
> Fetch the complete documentation index at: https://allmd.blode.md/llms.txt
> Use this file to discover all available pages before exploring further.

# EPUB

Convert EPUB ebooks to markdown.

## Usage

```bash
allmd epub <file> -o output.md
```

## Supported Formats

- `.epub`

## Example

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

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