Skip to content

Commit 5decac6

Browse files
authored
add note about efficiency
1 parent bdbcdfd commit 5decac6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/Language/tables.pod6

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ illegal.
3232
3. The only valid row separator characters are V<'_'>, V<'-'>, V<'+'>, V<' '>,
3333
V<'|'>, and V<'='>.
3434
35-
4. Consecutive row separator lines are illegal.
35+
4. Consecutive row separator lines are illegal (but only generate a warning).
3636
3737
=head1 Best Practices
3838
@@ -98,6 +98,9 @@ expect a warning about short rows being filled with empty cells.
9898
row with the most cells. Short rows are padded on the right with
9999
empty cells and generate a warning.)
100100
101+
Note that not following best practices may require more table
102+
processing due to additional looping over table rows.
103+
101104
=head1 Good Tables
102105
103106
Following are examples of valid (Good) tables (taken from the current

0 commit comments

Comments
 (0)