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

There are annoying logs directory already exists logs #25

Open fliiiix opened 1 year ago

fliiiix commented 1 year ago
pandoc tests/sample.md -o sample.tex --filter pandoc-plantuml
Could not create directory "plantuml-images"
Could not create directory "plantuml-images"
Could not create directory "plantuml-images"

We need this fix from pandocfilters: https://github.com/jgm/pandocfilters/pull/104

fliiiix commented 10 months ago

merged and released as 1.5.1, but i still need to test it

lixueyi83 commented 4 months ago

I can test your fixes if you don't mind? How can I get the updated version?

Felixoid commented 4 months ago

I'm sorry, I'm not so experienced in venv and pip to provide command on how to get the code from https://github.com/Felixoid/pandocfilters/tree/master and use it.