.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" ======================================================================== .\" .IX Title "bluecloth 1" .TH bluecloth 1 "2011-11-01" "" "" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" bluecloth \- convert Markdown input to HTML .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBbluecloth\fR [\fI\s-1OPTIONS\s0\fR] \fI\s-1FILES\s0\fR .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBbluecloth\fR converts input files written in Markdown to \s-1HTML\s0 and outputs them to standard output. .PP If no input file is given, it will read from the standard input. .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-d\fR, \fB\-\-debug\fR" 4 .IX Item "-d, --debug" Turn debugging output on. .IP "\fB\-f\fR, \fB\-\-fragment\fR" 4 .IX Item "-f, --fragment" Output \s-1HTML\s0 fragments instead of whole documents. .IP "\fB\-h\fR, \fB\-\-help\fR" 4 .IX Item "-h, --help" Output a help message and exit. .SH "AUTHORS" .IX Header "AUTHORS" \&\fBbluecloth\fR was written by Michael Granger. .PP This manual page has been written for the Debian Project by Cédric Boutillier (but may used by others).