logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pandoc-plantuml - Pandoc filter: converts PlantUML code blocks to PlantUML images

Authors

HannoStock <opensource@hanno-stock.de>
           Wrote this manpage for the Debian system.

       TimoFurrer
           provided the example.

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 [...]

See Also