X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1feabc854356323923357263a4dec6fd05ecc46e..a0ba9298856b2426c5c66b6d2f2b284d98cee594:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 6193b97..73189c9 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -16,16 +16,22 @@ $header{content_type} = 'text/html; charset=utf-8'; digraph cheat sheet - +<: + my %styles = map {$_ => $_} qw(dark circus mono red terse); + our $style = exists $get{style} && $styles{$get{style}} || 'light'; + printf(qq{\n}, + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_ + ) for keys %styles; +:> - +

RFC-1345 Digraphs

i^k in Vim. Also see common digraphs.

-

Unofficial proposals +

Unofficial proposals are available as ex commands.

<: @@ -51,7 +57,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 +93,7 @@ for my $c1group (@chars) { } print "
\n"; :> -
+
control spacing @@ -117,11 +123,11 @@ print "
\n";
-