summaryrefslogtreecommitdiff
path: root/cmarkdown.1
diff options
context:
space:
mode:
Diffstat (limited to 'cmarkdown.1')
-rw-r--r--cmarkdown.120
1 files changed, 20 insertions, 0 deletions
diff --git a/cmarkdown.1 b/cmarkdown.1
new file mode 100644
index 0000000..a46e696
--- /dev/null
+++ b/cmarkdown.1
@@ -0,0 +1,20 @@
+.TH cmarkdown 1 cmarkdown\-VERSION
+.SH NAME
+cmarkdown \- Markdown interpreter in C
+.SH SYNOPSIS
+.B cmarkdown
+.RB [ \-v ]
+.SH DESCRIPTION
+cmarkdown is a simple interpreter for the markdown syntax.
+.SH OPTIONS
+.TP
+.B \-v
+prints version information to standard error, then exits.
+.TP
+.B \-h
+prints usage information to standard error, then exits.
+.TP
+.B \-n
+escape all html Tags.
+.SH BUGS
+Markdown maybe will never fully supported.