Sha256: 44ce4cf23c0dbe6207fe3f9c3aab498ca443bed1152a13286314878c7644d734

Contents?: true

Size: 991 Bytes

Versions: 1

Compression:

Stored size: 991 Bytes

Contents

.TH MD2MAN\-HTML 1 2013\-05\-05 2.0.0
.SH NAME
.PP
md2man\-html \- convert 
.BR md2man (5) 
flavored 
.BR markdown (7) 
into HTML
.SH SYNOPSIS
.PP
\fB\fCmd2man-html\fR [\fIOPTION\fP]... [\fIFILE\fP]
.SH DESCRIPTION
.PP
This program converts 
.BR md2man (5) 
flavored 
.BR markdown (7) 
input from the given
\fIFILE\fP into HTML and then prints the result to the standard output stream.
If \fIFILE\fP is not given, then the standard input stream is read in its place.
.SS Cross references
.PP
Cross references to manual pages are emitted as HTML hyperlinks that have
\fB\fCclass="md2man-xref"\fR and \fB\fChref="../man$SECTION/$PAGE.$SECTION.html"\fR
attributes.
.PP
For example, the \fB\fC
.BR printf (3)\fR 
cross reference would be emitted as this HTML:
.PP
.RS
.nf
<a class="md2man-xref" href="../man3/printf.3.html">
.BR printf (3)</a>
.fi
.RE
.SH OPTIONS
.TP
\fB\fC-h\fR, \fB\fC--help\fR
Show this help manual.
.SH SEE ALSO
.PP
.BR md2man-roff (1), 
.BR md2man-rake (1), 
.BR md2man (5)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
md2man-2.0.0 man/man1/md2man-html.1