Provided by: libsoldout-utils_1.3-6_amd64 

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>
SEE ALSO
libsoldout(3)
2009 MARKDOWN2HTML(1)