debian man page for hsmarkdown

Query: hsmarkdown

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
pandoc(1) - debian
multimarkdown(1p) - debian
theme(1) - debian
html::wikiconverter::markdown(3pm) - debian
text::markdown(3pm) - debian
Similar Topics in the Unix Linux Community
Switching stdout redirection on-the-fly
Converting a text file to HTML
Formating output in html
Need to convert output.txt into html file
How to put a 80 character limit on a long topic line in markdown?