diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-03 05:48:40 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-03 05:48:40 +0000 |
commit | 14bc8ffc2ec4fb5dfedec4ec4fcea4c2ef84174c (patch) | |
tree | a57f7bea19634e75f52963dd82a4e7b00bc18b47 /README | |
parent | 183ea8d8396eca372423fb58a06042bf8ee1c2e0 (diff) | |
download | pandoc-14bc8ffc2ec4fb5dfedec4ec4fcea4c2ef84174c.tar.gz |
Removed spurious Makefile reference from README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1828 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -561,8 +561,7 @@ 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`.) Except where noted, these differences can +in a few respects. Except where noted, these differences can be suppressed by specifying the `--strict` command-line option or by using the `hsmarkdown` wrapper. |