Updated README for new pipe table behavior.
This commit is contained in:
parent
33d328f1cf
commit
e79fb6c3ff
1 changed files with 4 additions and 4 deletions
8
README
8
README
|
@ -2253,10 +2253,10 @@ legal (though ugly) pipe table:
|
|||
orange|3.09
|
||||
|
||||
The cells of pipe tables cannot contain block elements like paragraphs
|
||||
and lists, and cannot span multiple lines. Note also that in LaTeX/PDF
|
||||
output, the cells produced by pipe tables will not wrap, since there
|
||||
is no information available about relative widths. If you want content
|
||||
to wrap within cells, use multiline or grid tables.
|
||||
and lists, and cannot span multiple lines. If a pipe table contains a
|
||||
row that is wider than the column width (see `--columns`), then the cell
|
||||
contents will wrap, with the relative cell widths determined by the widths
|
||||
of the separator lines.
|
||||
|
||||
Note: pandoc also recognizes pipe tables of the following
|
||||
form, as can be produced by Emacs' orgtbl-mode:
|
||||
|
|
Loading…
Reference in a new issue