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

Implement custom filename parameter to reference later #10

Closed Felixoid closed 4 years ago

Felixoid commented 4 years ago

Now it's impossible to create a file and use it later in the same presentation. With this patch, you could define the filename, and the filter will update it after each pandoc execution.

timofurrer commented 4 years ago

Looks nice! Thanks 🎉

Felixoid commented 4 years ago

Thank you for merge!