summaryrefslogtreecommitdiff
path: root/cmarkdown.1
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2007-12-10 12:43:27 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2007-12-10 12:43:27 +0100
commitc40dc50ec04d88624e1d57e52821b4dd22870dca (patch)
treeb40fb69d71b0e8fc84e56ff60d1668b8efbaf851 /cmarkdown.1
parentb65bc6d92bc260d97747d5423c2936f80bab1628 (diff)
Adding Makefile, changing to MIT/X License
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.