diff options
Diffstat (limited to 'MANUAL.txt')
-rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 77ca471c5..3d5555a92 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -120,6 +120,11 @@ pandoc will fetch the content using HTTP: pandoc -f html -t markdown http://www.fsf.org +It is possible to supply a custom User-Agent string when requesting a +document from a URL, by setting an environment variable: + + USER_AGENT="Mozilla/5.0" pandoc -f html -t markdown http://www.fsf.org + If multiple input files are given, `pandoc` will concatenate them all (with blank lines between them) before parsing. This feature is disabled for binary input formats such as `EPUB`, `odt`, and `docx`. |