summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-07-31 07:47:30 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-07-31 07:48:14 -0700
commitfcafcaa8e698c7d8834a0a732e63d536de0d942d (patch)
treecd65da8cd303d5b5b3ede664267df74bc61bad27 /README
parent143d5b732885a5186dd976ce1b74a91bcb417ead (diff)
Added note in README about pipe tables not wrapping in LaTeX/PDF.
See http://stackoverflow.com/questions/25037357/pandoc-long-tablerows-in-markdown-pdf-documents-do-not-get-linewrap/25050474#25050474
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index c5223543c..67d7cfb5b 100644
--- a/README
+++ b/README
@@ -1774,7 +1774,10 @@ legal (though ugly) pipe table:
orange|3.09
The cells of pipe tables cannot contain block elements like paragraphs
-and lists, and cannot span multiple lines.
+and lists, and cannot span multiple lines. Note also that in LaTeX/PDF
+output, the cells produced by pipe tables will not wrap, since there
+is no information available about relative widths. If you want content
+to wrap within cells, use multiline or grid tables.
[the same as in PHP markdown extra]:
http://michelf.ca/projects/php-markdown/extra/#table