X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1feabc854356323923357263a4dec6fd05ecc46e..639fdc8bc76794c1ed49ce7ea11cc18c381f8de6:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 6193b97..5192c25 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -1,31 +1,23 @@ -<: -use utf8; -use strict; -use warnings; -no warnings 'qw'; # to quote or not to quote, that is the question -use open IO => ':utf8'; - -our $VERSION = '1.0'; - -$header{content_type} = 'text/html; charset=utf-8'; +<(common.inc.plp)><: + our $VERSION = 'v1.0'; :> + digraph cheat sheet - - +<:= stylesheet(qw'light') :> - +

RFC-1345 Digraphs

i^k in Vim. Also see common digraphs.

-

Unofficial proposals +

Unofficial proposals are available as ex commands.

<: @@ -51,7 +43,7 @@ print ''; print qq'' for map {scalar @$_} @chars2; print "\n"; for my $section (qw{thead tfoot}) { - print "<$section>
 "; + print "<$section>
↳"; print '', quote($_) for map {@$_} @chars2; print " \n"; } @@ -87,7 +79,7 @@ for my $c1group (@chars) { } print "
\n"; :> -
+
control spacing @@ -117,16 +109,14 @@ print "
\n";
-