mirror of
https://github.com/cyborg42/epub2mdbook.git
synced 2026-02-10 16:24:50 -05:00
with file name as output dir
This commit is contained in:
parent
f8189b5d6d
commit
b183e611e8
5 changed files with 12 additions and 7 deletions
|
|
@ -16,5 +16,5 @@ epub2mdbook --input-epub path/to/input.epub --output-dir path/to/output
|
|||
```rust
|
||||
use epub2mdbook::convert_epub_to_mdbook;
|
||||
|
||||
convert_epub_to_mdbook("path/to/input.epub", Some("path/to/output"));
|
||||
convert_epub_to_mdbook("path/to/input.epub", Some("path/to/output"), true);
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue