diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-04 17:44:09 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-04 17:44:09 +0000 |
commit | 9e199dc1a3ef55dee94db92d620c4250ba8c8e53 (patch) | |
tree | 42104045a14cbab9ff61d23f0e0476863b87b980 | |
parent | b6663c7e1675c6ceb5b92d4ec21bc09b240b6ea9 (diff) | |
download | pandoc-9e199dc1a3ef55dee94db92d620c4250ba8c8e53.tar.gz |
Small README changes documenting differences from standard markdown.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@415 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -306,8 +306,8 @@ Pandoc's markdown vs. standard markdown ======================================= In parsing markdown, Pandoc departs from and extends [standard markdown] -in a few respects. (To run Pandoc on the official -markdown test suite, type `make test-markdown`.) These differences can +in a few respects. (To run Pandoc on the official markdown test suite, +type `make test-markdown`.) Except where noted, these differences can be suppressed by specifying the `--strict` command-line option or by using the `hsmarkdown` wrapper. @@ -380,6 +380,9 @@ brackets. So, the following links are equivalent: [link]: linky.com +(Note: Pandoc works this way even if `--strict` is specified, because +`Markdown.pl` 1.0.2b7 allows single-bracket links.) + Footnotes --------- |