Last updated:
0 purchases
pandocplantumllatex 0.2.1
# pandoc-plantuml-filterPandoc filter which converts PlantUML code blocks to PlantUML images.```````plantumlAlice -> Bob: Authentication RequestBob --> Alice: Authentication ResponseAlice -> Bob: Another authentication RequestAlice <-- Bob: another authentication Response```````## UsageInstall it with pip:```pip install pandoc-plantuml-latex```And use it like any other pandoc filter:```pandoc tests/sample.md -o sample.pdf --filter pandoc-plantuml```The PlantUML binary must be in your `$PATH` or can be set with the`PLANTUML_BIN` environment variable.## Differences from [pandoc-plantuml-filter](https://github.com/timofurrer/pandoc-plantuml-filter)- merged pull request [Raw latex support](https://github.com/timofurrer/pandoc-plantuml-filter/pull/4) see [tests/](tests/)- also generate vector images for latex `beamer` template- added debugging environment variable `DEBUG=1`
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.