aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-10 13:37:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-10 13:37:59 -0700
commitbe37ec510e795c6758cde716ab9167db79b20c42 (patch)
tree49ef250133bb3044190fe4fe9011a1e97e773f15 /README
parent3a17919a46ea17f82ca4d694c22a78c61bbf1e4a (diff)
downloadpandoc-be37ec510e795c6758cde716ab9167db79b20c42.tar.gz
Documented org-like pipe tables.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 6ebcc4d47..ccd8f55dd 100644
--- a/README
+++ b/README
@@ -1519,6 +1519,18 @@ and lists, and cannot span multiple lines.
[PHP markdown extra]: http://michelf.ca/projects/php-markdown/extra/#table
+Note: Pandoc also recognizes pipe tables of the following
+form, as can produced by Emacs' orgtbl-mode:
+
+ | One | Two |
+ |-----+-------|
+ | my | table |
+ | is | nice |
+
+The difference is that `+` is used instead of `|`. Other orgtbl features
+are not supported. In particular, to get non-default column alignment,
+you'll need to add colons as above.
+
Title block
-----------