Updated README for new pipe table behavior.

This commit is contained in:
John MacFarlane 2015-11-24 20:26:24 -08:00
parent 33d328f1cf
commit e79fb6c3ff

8
README
View file

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