2
2
3
3
= TITLE Pod6
4
4
5
- = SUBTITLE An easy-to-use markup language for documenting Perl modules and programs
5
+ = SUBTITLE An easy-to-use markup language for documenting Raku modules and programs
6
6
7
7
Pod6 is an easy-to-use markup language. It can be used for
8
8
writing language documentation, for documenting programs and modules, as
@@ -23,8 +23,7 @@ A very simple Pod6 document
23
23
= head1 Block structure
24
24
25
25
A Pod6 document may consist of multiple Pod6 blocks. There are four ways to
26
- define
27
- a block: delimited, paragraph, abbreviated, and declarator; the first three
26
+ define a block: delimited, paragraph, abbreviated, and declarator; the first three
28
27
yield the same result but the fourth differs. You can use whichever form is most
29
28
convenient for your particular documentation task.
30
29
@@ -47,7 +46,7 @@ Top Level Heading
47
46
After the typename, the rest of the C < =begin > marker line is treated as
48
47
configuration information for the block. This information is used in
49
48
different ways by different types of blocks, but is always specified using
50
- Perl6 -ish option pairs. That is, any of:
49
+ Raku -ish option pairs. That is, any of:
51
50
52
51
= begin table
53
52
Value is... Specify with... Or with... Or with...
@@ -390,6 +389,7 @@ for breakfast.
390
389
391
390
As you can see, folk wisdom is often of dubious value.
392
391
= end code
392
+ Renders as:
393
393
394
394
Let's consider two common proverbs:
395
395
0 commit comments