Generate PDF and Epub files using Pandoc
I write my books using Markdown. Using a tool called Pandoc you can convert Markdown files into PDF's and Epub files. Lets take a look at the commands.
Install Pandoc with Homebrew
brew install pandoc
Converte a .md file to .pdf aka generate a PDF
pa...
dcblog.dev2 min read