diff options
Diffstat (limited to 'README')
-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 --------- |