App-pandoc-preprocess
view release on metacpan or search on metacpan
Additionally see `etc/input.txt` for concrete examples.
PREREQUISITES
* dot/neato (neato is new!)
* rdfdot
* ditaa
* Image::Magick (for downscaling of large images)
BACKGROUND
* much simpler design than version 1: pipeable & chainable, reading
line-by-line
* parallelized work on image file creation
How it works
1. while-loop will iterate line by line and is using the
flip-flop-operator:
lib/App/pandoc/preprocess.pm view on Meta::CPAN
=item *
rdfdot
=item *
ditaa
=item *
Image::Magick (for downscaling of large images)
=back
=head1 BACKGROUND
=over
=item *
much simpler design than version 1: pipeable & chainable, reading line-by-line
( run in 1.085 second using v1.01-cache-2.11-cpan-beeb90c9504 )