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/man1 | |
parent | b15d2b81c2ce3f6b29f790541abeabe36f433562 (diff) |
Added man page for stmd.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/stmd.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/man/man1/stmd.1 b/man/man1/stmd.1 new file mode 100644 index 0000000..913d5a7 --- /dev/null +++ b/man/man1/stmd.1 @@ -0,0 +1,32 @@ +.TH "stmd" "1" "August 12, 2014" "stmd manual" "" +.SH NAME +.PP +stmd \- convert markdown formatted text to HTML +.SH SYNOPSIS +.PP +stmd [\f[I]options\f[]] [file*] +.SH DESCRIPTION +.PP +\f[C]stmd\f[] 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. +.SH OPTIONS +.TP +.B \f[C]\-\-ast\f[] +Print an abstract syntax tree instead of HTML. +.RS +.RE +.TP +.B \f[C]\-\-help\f[] +Print usage information. +.RS +.RE +.TP +.B \f[C]\-\-version\f[] +Print version. +.RS +.RE +.SH AUTHORS +.PP +John MacFarlane |