Skip to content

Commit 383a937

Browse files
committed
Checks content on Pod6 tables
Only some changes here and there, but it checks the item on "more well-defined pod tables" in #2632, since it seemt to have been written after that.
1 parent 3b41582 commit 383a937

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/Language/pod.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ perl6 --doc=Markdown input.pod6 > output.md
774774
775775
=head2 Text
776776
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
778778
C<Pod::To::Text> module.
779779
780780
Using the terminal, run the following command:

doc/Language/tables.pod6

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
55
=SUBTITLE The good, the bad and the ugly
66
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
88
Documentation specification here:
99
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,
1111
several projects are ongoing to correct the situation; one such
1212
project is ensuring the proper handling of Pod 6 tables.
1313
@@ -38,11 +38,13 @@ V<'|'>, and V<'='>.
3838
3939
5. Leading and trailing row-separator lines generate a warning.
4040
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.
4243
4344
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>.
4648
4749
=head1 Best practices
4850

0 commit comments

Comments
 (0)