Skip to content

Commit

Permalink
Example for Raku/Pod-To-HTML#45
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 6, 2018
1 parent 9a13774 commit 792431e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pod-defn.p6
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env perl6

use v6;

use Pod::To::HTML;

my $pod = q:to/END/;
=pod
=defn What is this
My I<super B<awesome>> embedded C<pod>
document!
END
say Pod::To::HTML.render($pod);

0 comments on commit 792431e

Please sign in to comment.