Added README comment on line breaks in cells

This commit is contained in:
John MacFarlane 2014-01-08 08:11:49 -08:00
parent 3c63d94324
commit 8ef758fa68

3
README
View file

@ -896,6 +896,9 @@ If you need a hard line break, put two or more spaces at the end of a line.
**Extension: `escaped_line_breaks`**
A backslash followed by a newline is also a hard line break.
Note: in multiline and grid table cells, this is the only way
to create a hard line break, since trailing spaces in the cells
are ignored.
Headers
-------