File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ perl6 --doc=Markdown input.pod6 > output.md
774
774
775
775
= head2 Text
776
776
777
- In order to generate Text from Pod, you can use the default
777
+ In order to generate text from Pod, you can use the default
778
778
C < Pod::To::Text > module.
779
779
780
780
Using the terminal, run the following command:
Original file line number Diff line number Diff line change 4
4
5
5
= SUBTITLE The good, the bad and the ugly
6
6
7
- The official specification for Perl 6 POD tables is located in the
7
+ The official specification for Pod 6 tables is located in the
8
8
Documentation specification here:
9
9
L < Tables|https://raw.githubusercontent.com/perl6/specs/master/S26-documentation.pod > .
10
- Although Pod 6 specifications are not completely handled properly yet,
10
+ Although Pod 6 specifications are not completely and properly handled yet,
11
11
several projects are ongoing to correct the situation; one such
12
12
project is ensuring the proper handling of Pod 6 tables.
13
13
@@ -38,11 +38,13 @@ V<'|'>, and V<'='>.
38
38
39
39
5. Leading and trailing row-separator lines generate a warning.
40
40
41
- 6. Formatting blocks in table cells currently are ignored and treated as plain text.
41
+ 6. Formatting blocks in table cells are currently ignored and treated as
42
+ plain text.
42
43
43
44
HINT: During development, use of the environment variable C < RAKUDO_POD6_TABLE_DEBUG >
44
- will show you how Rakudo interprets your pod tables before they are passed
45
- to renderers such as B < Pod::To::HTML > , B < Pod::To::Text > , and B < Pod::To::Markdown > .
45
+ will show you how Rakudo interprets your Pod tables before they are passed
46
+ to renderers such as C < Pod::To::HTML > , C < Pod::To::Text > , and
47
+ C < Pod::To::Markdown > .
46
48
47
49
= head1 Best practices
48
50
You can’t perform that action at this time.
0 commit comments