Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Dec 21, 2023
1 parent 81d722c commit 6c26790
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,20 @@ By default, for generating the PDF file, the light theme is used. To generate a
ibis-next build dark
```

## Generating EPUB eBook 🆕

We are introducing a new feature: exporting your eBook in EPUB format.
This is an experimental feature, feel free to use and share your issues or feature requests according to the Contributing guidelines.


```
ibis-next epub
```

Ibis will parse the files in alphabetical order and store the EPUB file in the `export` directory.

By default, for generating the EPUB file, the `assets/style.css` file is used.

## Generating A Sample

```
Expand Down

0 comments on commit 6c26790

Please sign in to comment.