diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2014-01-08 08:11:49 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-01-08 08:11:49 -0800 |
| commit | 8ef758fa68f67ddeff041ee2b9a404983ff2723c (patch) | |
| tree | 1389d121c84cff78b529234466d7f9952a9ac5cc | |
| parent | 3c63d943244d32cedc8c6edbacc54dbdb6c474ae (diff) | |
| download | pandoc-8ef758fa68f67ddeff041ee2b9a404983ff2723c.tar.gz | |
Added README comment on line breaks in cells
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |
