diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-02 16:39:15 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-02 16:39:15 +0000 |
commit | 183ea8d8396eca372423fb58a06042bf8ee1c2e0 (patch) | |
tree | 242c1ddf5a8fccc28a987c28a148041e60379457 /man | |
parent | 9fee73d2a335e7ea8dbbfc149cfa4be580afbdca (diff) | |
download | pandoc-183ea8d8396eca372423fb58a06042bf8ee1c2e0.tar.gz |
Removed advice to pipe through tidy before HTML reader.
This is obsolete, now that we have a forgiving HTML parser.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1827 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/pandoc.1.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 4c6be3faf..49f645140 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -60,10 +60,6 @@ should pipe input and output through `iconv`: iconv -t utf-8 input.txt | pandoc | iconv -f utf-8 -Pandoc's HTML parser is not very forgiving. If your input is -HTML, consider running it through `tidy`(1) before passing it -to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. - # OPTIONS -f *FORMAT*, -r *FORMAT*, \--from=*FORMAT*, \--read=*FORMAT* |