[pandoc books]
source: https://medium.com/programmers-developers/building-books-with-markdown-using-pandoc-f0d19df7b2ca
To create a simple book, create a markdown file and feed it into pandoc. For example, you can try these steps:
content.markdown
file.# Chapter 1
## Subtitle
This is your first markdown chapter!
Building the book Run this command to create the book:
pandoc -S -o book.epub content.markdown