Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rdiscount(1) [debian man page]

RDISCOUNT(1)							       RUBY							      RDISCOUNT(1)

NAME
rdiscount - humane markup to HTML conversion tool SYNOPSIS
rdiscount [file...] DESCRIPTION
The rdiscount utility reads one or more markdown(7)-formatted text files and writes HTML to standard output. With no file, or when file is '-', rdiscount reads source text from standard input. RETURN VALUES
The rdiscount utility exits 0 on success, and > 0 if an error occurs. SEE ALSO
markdown(7) AUTHOR
Ryan Tomayko http://tomayko.com/about April 2010 RDISCOUNT(1)

Check Out this Related Man Page

HSMARKDOWN(1)						      General Commands Manual						     HSMARKDOWN(1)

NAME
hsmarkdown - convert markdown-formatted text to HTML SYNOPSIS
hsmarkdown [input-file]... DESCRIPTION
hsmarkdown converts markdown-formatted text to HTML. It is designed to be usable as a drop-in replacement for John Gruber's Markdown.pl. If no input-file is specified, input is read from stdin. Otherwise, the input-files are concatenated (with a blank line between each) and used as input. Output goes to stdout by default. For output to a file, use shell redirection: hsmarkdown input.txt > output.html hsmarkdown is implemented as a symlink to the pandoc(1) executable. When called under the name hsmarkdown, pandoc behaves as if it had been called with the options --from markdown --to html --strict and disables all other options. (Command-line options will be interpreted as filenames, as they are by Markdown.pl.) SEE ALSO
pandoc(1). The README file distributed with Pandoc contains full documentation. The Pandoc source code and all documentation may be downloaded from <http://johnmacfarlane.net/pandoc/>. AUTHORS
John MacFarlane. Pandoc User Manuals March 23, 2010 HSMARKDOWN(1)
Man Page