sinedied / backslide

:sweat_drops: CLI tool for making HTML presentations with Remark.js using Markdown
https://sinedied.github.io/backslide
MIT License
764 stars 50 forks source link

Fix unescaped spaces in source paths #59

Closed objectliteral closed 5 years ago

objectliteral commented 5 years ago

When creating a PDF from a presentation, spaces in the path to the HTML file previously lead to failure ("An error occurred during pdf conversion").

This commit adds quotation marks to prevent the command line invocation of decktape from failing when called with paths that contain spaces.

Fixes #31 (The PR for #48 did not fix this).

sinedied commented 5 years ago

Sorry for the delay, will merge that ASAP! Thanks for the fix 👍