Slight change in README on table cell spans.

This commit is contained in:
John MacFarlane 2010-09-23 06:18:17 -07:00
parent ca5217881d
commit a627dc828b

4
README
View file

@ -935,8 +935,8 @@ the table), or the table may be interpreted as a simple table.
The row of `=`s separates the header from the table body, and can be The row of `=`s separates the header from the table body, and can be
omitted for a headerless table. The cells of grid tables may contain omitted for a headerless table. The cells of grid tables may contain
arbitrary block elements (multiple paragraphs, code blocks, lists, arbitrary block elements (multiple paragraphs, code blocks, lists,
etc.). Alignments are not supported, nor are multi-column or multi-row etc.). Alignments are not supported, nor are cells that span multiple
cells. Grid tables can be created easily using [Emacs table mode]. columns or rows. Grid tables can be created easily using [Emacs table mode].
[Emacs table mode]: http://table.sourceforge.net/ [Emacs table mode]: http://table.sourceforge.net/