@@ -132,11 +132,11 @@ which continues until an...
132
132
= end para
133
133
= end code
134
134
135
- As demonstarted by the previous example, within a delimited C < =begin para > and C < =end para > block, any blank lines are preserved.
135
+ As demonstrated by the previous example, within a delimited C < =begin para > and C < =end para > block, any blank lines are preserved.
136
136
137
137
= head2 Code blocks
138
138
139
- Code blocks are used to specify source code, which should be rendered without rejustification ,
139
+ Code blocks are used to specify source code, which should be rendered without re-justification ,
140
140
without whitespace-squeezing, and without recognizing any inline formatting codes.
141
141
Typically these blocks are used to show examples of code, mark-up,
142
142
or other textual specifications, and are rendered using a fixed-width font.
@@ -169,10 +169,10 @@ Code blocks can also be explicitly defined by enclosing them in C<=begin code> a
169
169
Pod provides blocks for specifying the input and output of programs.
170
170
171
171
The C < =input > block is used to specify pre-formatted keyboard input,
172
- which should be rendered without rejustification or squeezing of whitespace.
172
+ which should be rendered without re-justification or squeezing of whitespace.
173
173
174
174
The C < =output > block is used to specify pre-formatted terminal or file output,
175
- which should also be rendered without rejustification or whitespace-squeezing.
175
+ which should also be rendered without re-justification or whitespace-squeezing.
176
176
177
177
= head2 Lists
178
178
@@ -326,7 +326,7 @@ Perl 6 is I<awesome>
326
326
To underline a text enclose it in C < U < > >
327
327
= code Perl 6 is U < awesome>
328
328
329
- Z < If used will bust pod2onepage >
329
+ Z < If used will bust Pod::To::BigPage >
330
330
331
331
= head2 Code
332
332
@@ -365,14 +365,14 @@ Z<Perl 6 is multi-paradigmatic N<Supporting Procedural, Object Oriented, and Fu
365
365
To flag text as keyboard input enclose it in C < K < > >
366
366
= code Enter your name K < John Doe >
367
367
368
- Z < If used will bust pod2onepage >
368
+ Z < If used will bust Pod::To::BigPage >
369
369
370
370
= head2 Terminal Output
371
371
372
372
To flag text as terminal output enclose it in C < T < > >
373
373
= code Hello T < John Doe >
374
374
375
- Z < If used will bust pod2onepage >
375
+ Z < If used will bust Pod::To::BigPage >
376
376
377
377
= head2 Unicode
378
378
@@ -408,7 +408,7 @@ C<zef install Pod::To::HTML>
408
408
409
409
Using the terminal run the following command:
410
410
= begin code
411
- perl6 --doc=HTML filecontaining .pod6 > outputfilename .html
411
+ perl6 --doc=HTML input .pod6 > output .html
412
412
= end code
413
413
414
414
= head2 Markdown
@@ -420,7 +420,7 @@ C<zef install Pod::To::Markdown>
420
420
421
421
Using the terminal run the following command:
422
422
= begin code
423
- perl6 --doc=Markdown filecontaining .pod6 > outputfilename .md
423
+ perl6 --doc=Markdown input .pod6 > output .md
424
424
= end code
425
425
426
426
= end pod
0 commit comments