NAME
graphviz - process code blocks with .graphviz
into images
DESCRIPTION
Pandoc filter to process code blocks with class "graphviz" into graphviz-generated images. Attribute "graphviz-layout" 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.