chrisanthropic / Open-Publisher

Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
https://github.com/chrisanthropic/Open-Publisher/wiki
MIT License
244 stars 27 forks source link

Escapes input to allow entering spaces in all shells #1

Closed lgoldstien closed 8 years ago

lgoldstien commented 8 years ago

While setting this up in a docker container I ran into issues with spaces used in the book title in some shells. This resolves that issue for the creation of directories in the Source folder.

chrisanthropic commented 8 years ago

Good call, thanks.

As an aside, I was planning on eventually offering an optional Dockerfile to run this so I'd be interested in seeing what you've got in that regard.