Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
prohibit mixing visible and non-visible column separator types in a t…
…able
  • Loading branch information
tbrowder committed Jul 11, 2016
1 parent 15c1586 commit be783f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions S26-documentation.pod
Expand Up @@ -1416,12 +1416,14 @@ Simple tables can be specified in Pod using a C<=table> block.
The table may be given an associated description or title using the
C<:caption> option.
Columns are separated by two or more consecutive whitespace characters,
Columns are separated by two or more consecutive whitespace characters
(double-space),
or by a vertical line (C<|>) or a border intersection (C<+>), either of
which must be separated from any content by at least one whitespace
character. Note that only one column separator type is allowed on a single line,
but different lines are allowed to use different column separator types
(that style is not recommended).
character. Note that only one column separator type is allowed in a single line,
but different lines are allowed to use different visible column separator types
(that style is not recommended). Using a mixture of visible and non-visible
column separator types in a table is an error.
Rows can be specified in one of two ways: either one row per line, with
no separators; or multiple lines per row with explicit horizontal
Expand Down

0 comments on commit be783f7

Please sign in to comment.