From b44b188894a057e78459a3af4c4e75c1862d23a0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Aug 2014 22:34:55 -0700 Subject: Added man page for stmd. --- man/stmd.1.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 man/stmd.1.md (limited to 'man/stmd.1.md') diff --git a/man/stmd.1.md b/man/stmd.1.md new file mode 100644 index 0000000..6e38afc --- /dev/null +++ b/man/stmd.1.md @@ -0,0 +1,36 @@ +--- +title: stmd +section: 1 +footer: stmd manual +date: August 12, 2014 +... + +# NAME + +stmd - convert markdown formatted text to HTML + +# SYNOPSIS + +stmd [*options*] [file\*] + +# DESCRIPTION + +`stmd` acts as a pipe, reading from stdin or from the specified +files and writing to stdout. It converts markdown formatted plain +text to HTML, using the conventions described in the standard +markdown spec. + +# OPTIONS + +`--ast` +: Print an abstract syntax tree instead of HTML. + +`--help` +: Print usage information. + +`--version` +: Print version. + +# AUTHORS + +John MacFarlane -- cgit v1.2.3