This is the command markdown2html that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
markdown2html - converts a markdown document into HTML
SYNOPSIS
markdown2html [-h|-x][-d|-m|-n][input-file]
DESCRIPTION
markdown2html converts a markdown document into HTML. The program was meant as an example
of programming with the markdown parser implemented in libsoldout, nonetheless it's usable
in real life applications as an HTML generator from markdown documents.
OPTIONS
-d, --discount Enable some Discount extensions (image size
specficiation, class blocks and 'abbr:',
'class:', 'id:' and 'raw:' pseudo-protocols)
-H, --html Output HTML-style self-closing tags (e.g. <br>)
-h, --help Display this help text and exit without
further processing
-m, --markdown Disable all extensions and use strict markdown
syntax
-n, --natext Enable support Discount extensions and
Natasha's own extensions (id header attribute,
class paragraph attribute, 'ins' and 'del'
elements, and plain span elements)
-x, --xhtml Output XHTML-style self-closing tags (e.g. <br />)
COPYRIGHT
Copyright © 2009 Natasha Porte' <natbsd@instinctive.eu>
Manual Page written by Massimo Manghi <mxmanghi@apache.org>
Use markdown2html online using onworks.net services