PANDOC-PLANTUML(1) | pandoc-plantuml User Manual | PANDOC-PLANTUML(1) |
pandoc-plantuml - Pandoc filter: converts PlantUML code blocks to PlantUML images
pandoc --filter pandoc-plantuml [...]
pandoc-plantuml is a filter for pandoc and is not intended to be used as a standalone command.
This manual page documents briefly the pandoc-plantuml command.
In your (in this example Markdown) document insert plantuml diagrams like this:
```plantuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response ```
This will create an output file with a plantuml-generated image linked in the file. The image will be put under the relative dir plantuml-images.
See /usr/share/doc/pandoc-plantuml-filter for more information.
Hanno Stock <opensource@hanno-stock.de>
Timo Furrer
Copyright © 2019 Hanno Stock
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License.
See /usr/share/doc/pandoc-plantuml-filter/copyright for full licensing information.
10/16/2022 | pandoc-plantuml |