timofurrer / pandoc-plantuml-filter

Pandoc filter for PlantUML code blocks
https://pypi.org/project/pandoc-plantuml-filter
MIT License
105 stars 27 forks source link

Error when the path to the plantuml jar contains spaces #16

Open Inujel opened 4 years ago

Inujel commented 4 years ago

The change introduced by #3 causes an error when the path to the plantuml jar contains spaces.

java -jar "C:/Program Files/PlantUML/plantuml.jar"

is split to

[ "java", "-jar", "\"C:/Program", "Files/PlantUML/plantuml.jar\"" ]