X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ff415f6392ee38af55f1657c02d5a0069779b82f..639fdc8bc76794c1ed49ce7ea11cc18c381f8de6:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 068961d..5192c25 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -1,30 +1,23 @@ -<: -use utf8; -use strict; -use warnings; -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.

<: @@ -46,11 +39,11 @@ my @chars = ( ); my @chars2 = (['_'], @chars); # trailing character (extended set) -print ''; +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"; } @@ -86,8 +79,8 @@ for my $c1group (@chars) { } print "
\n"; :> -
- +
+
control spacing modifier @@ -108,7 +101,7 @@ print "
\n"; chinese - +
unicode latin1 ascii @@ -116,16 +109,14 @@ print "
\n";
-