Sha256: ee61a35c2dcf0fbcf67ff23b09356e62efe2c11a11982950bf449a0065c405d2
Contents?: true
Size: 959 Bytes
Versions: 1
Compression:
Stored size: 959 Bytes
Contents
.TH MD2MAN\-HTML 1 2013\-02\-23 1.4.1 .SH NAME .PP md2man\-html \- convert .BR md2man (1) flavored .BR markdown (7) into HTML .SH SYNOPSIS .PP \fB\fCmd2man-html\fR [\fIOPTION\fP]... [\fIFILE\fP] .SH DESCRIPTION .PP This program converts the .BR markdown (7) input from the given \fIFILE\fP into HTML and then prints the result to stdout. stdin is read if \fIFILE\fP is not given. .SS Document format .PP See .BR md2man (1) for details about the document format and Markdown extensions. .SS Cross linking .PP References to other manual pages are converted into hyperlinks that have class="manpage\-reference" and href="../man${section}/${page}.${section}.html" attributes. .PP For example, the .BR markdown (7) reference would be converted into HTML as: .PP .RS .nf <a class="manpage-reference" href="../man7/markdown.7.html">markdown(7)</a> .fi .RE .SH OPTIONS .TP \fB\fC-h\fR, \fB\fC--help\fR Show this help manual. .SH SEE ALSO .PP .BR md2man (1)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
md2man-1.4.1 | man/man1/md2man-html.1 |