X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/264d17aec4fbda5c5038c4aacc9d2517c6f670ae..0aab70d51e60388e27639f843599ba401a0281e5:/sample.plp diff --git a/sample.plp b/sample.plp index 79df033..12460ec 100644 --- a/sample.plp +++ b/sample.plp @@ -1,6 +1,6 @@ <(common.inc.plp)><: -my $textinc = 'data/unicode-sampler/unicode.txt'; +my $textinc = 'sample.txt'; my $proto = sprintf('http%s://', !!$ENV{HTTPS} && 's'); my $preview = "$proto$ENV{HTTP_HOST}/sample.png"; @@ -19,8 +19,12 @@ local $/ = "\n\n"; my $top = readline $source; my ($title, $hr, $intro) = split /\n(\pP)\1+\n/, $top, 2; say "

$title

"; -printf '

HTML display of plain text', $textinc; -say ' intended for monospaced (terminal) output.

'; +say <<"."; +

HTML display of plain text +intended for monospaced (terminal) output. +Compare an expected rendering of the overview. +

+. say '
';
 print $intro;