diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-13 22:34:55 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-13 22:56:33 -0700 |
commit | b44b188894a057e78459a3af4c4e75c1862d23a0 (patch) | |
tree | f1995bed2d0449fa195c90f5374a1cd7d145c61c /man/stmd.1.md | |
parent | b15d2b81c2ce3f6b29f790541abeabe36f433562 (diff) |
Added man page for stmd.
Diffstat (limited to 'man/stmd.1.md')
-rw-r--r-- | man/stmd.1.md | 36 |
1 files changed, 36 insertions, 0 deletions
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 |