aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-04 21:56:26 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-04 21:56:26 -0800
commit1d16349f38a39db9831cc852d4388e98a3086d49 (patch)
treea9a45b5cfe614ea9ec774274b9777d1aab546997
parent0654c4c05ae571c1e2800a690f1d63efd5282bff (diff)
downloadpandoc-1d16349f38a39db9831cc852d4388e98a3086d49.tar.gz
Fixed duplicate link reference in README.
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index ffb7a1161..cf822d52f 100644
--- a/README
+++ b/README
@@ -1521,7 +1521,7 @@ Pipe tables look like this:
: Demonstration of simple table syntax.
-The syntax is the same as in [PHP markdown extra]. The beginning and
+The syntax is [the same as in PHP markdown extra]. The beginning and
ending pipe characters are optional, but pipes are required between all
columns. The colons indicate column alignment as shown. The header
can be omitted, but the horizontal line must still be included, as
@@ -1540,7 +1540,8 @@ legal (though ugly) pipe table:
The cells of pipe tables cannot contain block elements like paragraphs
and lists, and cannot span multiple lines.
- [PHP markdown extra]: http://michelf.ca/projects/php-markdown/extra/#table
+ [the same as in 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: