harrymaynard/Markdown to ePub
Converts a collection of markdown files to an EPub file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| markdownFiles | Markdown files to include | yes | "" |
| title | Title of the book | yes | "" |
| author | Name of the author for the book | yes | "" |
| publisher | Publisher name | no | "" |
| cover | Cover image (URL or absolute path) | no | "" |
| version | EPub version. Default is "3". Choose "2" for legacy support. | no | 3 |
| lang | Language code of the book. Default is "en". | no | en |
| tocTitle | Title of the table of contents. Default is "Table of Contents". | no | Table of Contents |
| hideToC | Hide the table of contents. Default is false. | no | false |
| output | Name of the output EPub file | no | book.epub |
Outputs
no outputs