summaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/pandoc.1.md4
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*