:splint classname Stenciller::Plugin::ToHtmlPreBlock

SYNOPSIS

use Stenciller;
my $stenciller = Stenciller->new(filepath => 't/corpus/test-1.stencil');
my $content = $stenciller->transform('ToHtmlPreBlock');

DESCRIPTION

This plugin to Stenciller places the before_input, between and after_output regions in <p> tags and the input and output regions inside <pre> tags.