From 69e23af8e4198dc4e308935855662248a31c6dc2 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 12 Nov 2006 01:50:56 +0000 Subject: Made wrapper scripts sensitive to PANDOC_OPTS environment variable, which may contain command-line options to be passed to pandoc. + Changed the scripts themselves, including $PANDOC_OPTS after 'pandoc' + Added ENVIRONMENT to man pages for wrappers + Formatting changes to man files + Added description of PANDOC_OPTS to README git-svn-id: https://pandoc.googlecode.com/svn/trunk@91 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/html2markdown.1 | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'man/man1/html2markdown.1') diff --git a/man/man1/html2markdown.1 b/man/man1/html2markdown.1 index c1fe11474..5f6162d13 100644 --- a/man/man1/html2markdown.1 +++ b/man/man1/html2markdown.1 @@ -2,21 +2,16 @@ .SH NAME html2markdown \- converts HTML to markdown-formatted text .SH SYNOPSIS -.B html2markdown -[ -.I input-file -or -.I URL -] +\fBhtml2markdown\fR [ \fIinput-file\fR or \fIURL\fR ] .SH DESCRIPTION -.I html2markdown -converts -.I input-file -or -.I URL -(or text from STDIN) -from HTML to markdown-formatted plain text. It uses an available program -(e.g. wget, w3m, lynx or curl) to fetch the contents of the URL. +\fBhtml2markdown\fR converts \fIinput-file\fR or \fIURL\fR +(or text from STDIN) from HTML to markdown-formatted plain text. +It uses an available program (e.g. wget, w3m, lynx or curl) to fetch +the contents of the URL. +.SH ENVIRONMENT +Any command-line options contained in the PANDOC_OPTS environment variable +will be passed to \fBpandoc\fR by this wrapper script. See \fBpandoc\fR(1) +for a list of options that may be used. .SH "SEE ALSO" \fBpandoc\fR(1), \fBmarkdown2html\fR(1), -- cgit v1.2.3