Skip to content

Instantly share code, notes, and snippets.

@mix3
Created March 9, 2013 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mix3/5123511 to your computer and use it in GitHub Desktop.
Save mix3/5123511 to your computer and use it in GitHub Desktop.
use JQueryPresentationHelper;
my $title = title "JQueryPresentation";
header q{<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?lang=perl&skin=sunburst"></script>};
hook 'pretty' => sub { $_[0] =~ s/<pre>/<pre class="prettyprint" style="font-size:24px;">/g; $_[0] };
plain q{
## コードハイライトするよ!!!
sub echo {
print shift, "\n";
}
} => 'pretty';
run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment