summaryrefslogtreecommitdiff
path: root/doc/markdown.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 02:10:44 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 02:10:44 +0000
commita1997e1994d65add41eea3063ba458e219e54579 (patch)
tree4ae81e321d148ee7f0b30942fbdabc494293ec65 /doc/markdown.mdwn
parent5e509b1438b0f9342209bcfd5cb344721de10421 (diff)
add
Diffstat (limited to 'doc/markdown.mdwn')
-rw-r--r--doc/markdown.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/markdown.mdwn b/doc/markdown.mdwn
new file mode 100644
index 000000000..9a0fff198
--- /dev/null
+++ b/doc/markdown.mdwn
@@ -0,0 +1,9 @@
+[Markdown](http://daringfireball.net/projects/markdown/)
+is a minimal markup language that resembles plain text as used in
+email messages. It is the markup language used by this wiki.
+
+For documentation about the markdown syntax, see
+[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax).
+
+Note that [[WikiLink]]s are not part of the markdown syntax, and are the
+only bit of markup that this wiki handles internally.