pandoc-plantuml - Pandoc filter: converts PlantUML code blocks to PlantUML images
Contents
Copyright
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.
pandoc-plantuml 03/18/2025 PANDOC-PLANTUML(1)
Description
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.
Examples
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.
Name
pandoc-plantuml - Pandoc filter: converts PlantUML code blocks to PlantUML images
See Also
pandoc(1)
See /usr/share/doc/pandoc-plantuml-filter for more information.
Synopsis
pandoc--filterpandoc-plantuml [...]
