The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

graphviz - process code blocks with .graphviz into images

DESCRIPTION

Pandoc filter to process code blocks with class graphviz into graphviz-generated images. Attribute option=-K... can be used to select layout engine (dot by default).

SYNOPSIS

  pandoc --filter graphviz.pl -o output.html < input.md

SEE ALSO

This is an extended port of graphviz.py from Python to Perl with Pandoc::Elements and Pandoc::Filter.