Skip to content

Commit 15c1586

Browse files
authored
Merge pull request #112 from tbrowder/pod-table-fix
further amplify table row and cell requirments and recommendations
2 parents 0080549 + 135839c commit 15c1586

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

S26-documentation.pod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,10 +1427,13 @@ Rows can be specified in one of two ways: either one row per line, with
14271427
no separators; or multiple lines per row with explicit horizontal
14281428
separators (whitespace, intersections (C<+>), or horizontal lines: C<->,
14291429
C<=>, C<_>) between I<every> row. Either style can also have an
1430-
explicitly separated header row at the top.
1430+
explicitly separated header row at the top. If rows are using the
1431+
two-whitespace-character separator, the row cells should be carefully
1432+
aligned to ensure the table is interpreted as the user intended.
14311433
14321434
Each individual table cell is separately formatted, as if it were a
1433-
nested C<=para>.
1435+
nested C<=para>. Note that table rows are expected to have the same number
1436+
of cells.
14341437
14351438
This means you can create tables compactly, line-by-line:
14361439

0 commit comments

Comments
 (0)