SYNOPSIS
[-css file ] [-header string ] [-footer string ] [file ]DESCRIPTION
utility parses a markdown(7)Ns-formatted textfile (or stdin if not specified,) and generates a web page. It reads file or file.textand writes the result in file.html (where file is the passed argument.)
is part of discount.
OPTIONS
- -css file
- Specifies a CSS file.
- -header string
- Specifies a line to add to the <header> tag.
- -footer string
- Specifies a line to add before the </body> tag.