aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-09-23 06:18:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-09-23 06:18:17 -0700
commita627dc828be84b7770565f8784e206bbb1a11c2c (patch)
treeb9e49627307f455777165954df56201e01a1aa44
parentca5217881de1be672ac855a1979e9436aa6ced35 (diff)
downloadpandoc-a627dc828be84b7770565f8784e206bbb1a11c2c.tar.gz
Slight change in README on table cell spans.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index dcc16a8dd..122391523 100644
--- a/README
+++ b/README
@@ -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
omitted for a headerless table. The cells of grid tables may contain
arbitrary block elements (multiple paragraphs, code blocks, lists,
-etc.). Alignments are not supported, nor are multi-column or multi-row
-cells. Grid tables can be created easily using [Emacs table mode].
+etc.). Alignments are not supported, nor are cells that span multiple
+columns or rows. Grid tables can be created easily using [Emacs table mode].
[Emacs table mode]: http://table.sourceforge.net/