diff --git a/doc/Language/pod.pod6 b/doc/Language/pod.pod6 index 407fab08b..a7c31a150 100644 --- a/doc/Language/pod.pod6 +++ b/doc/Language/pod.pod6 @@ -1,6 +1,6 @@ =begin pod -=TITLE Perl 6 Pod +=TITLE Perl 6 Pod =SUBTITLE An easy-to-use markup language @@ -14,7 +14,7 @@ Everything between these 2 delimiters will be processed and used to generate doc =begin code =begin pod -A very simple Perl 6 Pod document +A very simple Perl 6 Pod document =end pod =end code @@ -310,21 +310,21 @@ Formatting codes may nest other formatting codes. =head2 Bold To format a text in bold enclose it in C> -=code Perl 6 is B +=code Perl 6 is B -Perl 6 is B +Perl 6 is B =head2 Italic To format a text in italic enclose it in C> -=code Perl 6 is I +=code Perl 6 is I -Perl 6 is I +Perl 6 is I =head2 Underlined To underline a text enclose it in C> -=code Perl 6 is U +=code Perl 6 is U Z @@ -338,27 +338,27 @@ C =head2 Links To create a link enclose it in C> -=code Perl 6 homepage L +=code Perl 6 homepage L -Perl 6 homepage L +Perl 6 homepage L =head2 Comments A comment is text that is never rendered. To create a comment enclose it in C> -=code Perl 6 is awesome Z +=code Perl 6 is awesome Z -Perl 6 is awesome Z +Perl 6 is awesome Z =head2 Notes Notes are rendered as footnotes. To create a note enclose it in C> -=code Perl 6 is multi-paradigmatic N +=code Perl 6 is multi-paradigmatic N -Z > +Z > =head2 Keyboard input @@ -379,23 +379,23 @@ Z To include Unicode code points or HTML5 character references in a Pod document, enclose them in C> C> can enclose a number, that number is treated as the decimal Unicode value for the desired code point. -It can also enclose explicit binary, octal, decimal, or hexadecimal numbers using the Perl 6 notations for explicitly based numbers. +It can also enclose explicit binary, octal, decimal, or hexadecimal numbers using the Perl 6 notations for explicitly based numbers. =begin code -Perl 6 makes considerable use of the E<171> and E<187> characters. +Perl 6 makes considerable use of the E<171> and E<187> characters. -Perl 6 makes considerable use of the E and E characters. +Perl 6 makes considerable use of the E and E characters. -Perl 6 makes considerable use of the E<0b10101011> and E<0b10111011> characters. +Perl 6 makes considerable use of the E<0b10101011> and E<0b10111011> characters. -Perl 6 makes considerable use of the E<0o253> and E<0o273> characters. +Perl 6 makes considerable use of the E<0o253> and E<0o273> characters. -Perl 6 makes considerable use of the E<0d171> and E<0d187> characters. +Perl 6 makes considerable use of the E<0d171> and E<0d187> characters. -Perl 6 makes considerable use of the E<0xAB> and E<0xBB> characters. +Perl 6 makes considerable use of the E<0xAB> and E<0xBB> characters. =end code -Perl 6 makes considerable use of the E<171> and E<187> characters. +Perl 6 makes considerable use of the E<171> and E<187> characters. =head1 Rendering Pod