summaryrefslogtreecommitdiff
path: root/markdown.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-10-15 15:57:38 +0200
committerJonas Smedegaard <dr@jones.dk>2007-10-15 15:57:38 +0200
commit6d77c7796c1039d0c23fb7c1d16929bd8f78b39b (patch)
treeaa06290c5358bdf4ad8d592960dfd0e23fc22111 /markdown.mdwn
Grab upstream pages from version 2.9.
Diffstat (limited to 'markdown.mdwn')
-rw-r--r--markdown.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/markdown.mdwn b/markdown.mdwn
new file mode 100644
index 0000000..e7823bb
--- /dev/null
+++ b/markdown.mdwn
@@ -0,0 +1,13 @@
+[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 by default.
+
+For documentation about the markdown syntax, see [[HelpOnFormatting]] and
+[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). A
+[markdown mode](http://jrblevin.freeshell.org/software/markdown-mode/) for
+emacs can help in editing.
+
+Note that [[WikiLink]]s and [[PreProcessorDirective]]s are not part of the
+markdown syntax, and are the only bit of markup that this wiki handles
+internally.
+