Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 959 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 959 Bytes

pandoc-from-markdown-to-epub

Use the pandoc command to convert from a markdown file to a EPUB file.

This tool uses our favorite settings for layouts, styles, fonts, etc.

You can edit this tool as you wish.

Syntax:

pandoc-from-markdown-to-epub <args>

Syntax for typical use:

pandoc-from-markdown-to-epub <input.md> -o <output.epub>

Example for typical use:

$ pandoc-from-markdown-to-epub example.md -o example.epub

For documentation, see the doc directory.

Thanks

Thanks to https://learnbyexample.github.io/customizing-pandoc/

Thanks to https://github.com/sixarm/posix-shell-script-kit/

Tracking