aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/markdown.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-08 15:59:08 -0500
committerJoey Hess <joey@kitenet.net>2007-12-08 15:59:08 -0500
commit7960031135e74f6d36abc4294dbadb687117222c (patch)
tree482778fb123b930018c62bb72464264c60c51bf2 /doc/ikiwiki/markdown.mdwn
parent7b125b45b025bc92e67ef6e9984f7eb5a1970987 (diff)
downloadikiwiki-7960031135e74f6d36abc4294dbadb687117222c.tar
ikiwiki-7960031135e74f6d36abc4294dbadb687117222c.tar.gz
MAJOR basewiki reorg
Including redir pages for the moved basewiki pages. These will be removed in a future release.
Diffstat (limited to 'doc/ikiwiki/markdown.mdwn')
-rw-r--r--doc/ikiwiki/markdown.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ikiwiki/markdown.mdwn b/doc/ikiwiki/markdown.mdwn
new file mode 100644
index 000000000..73aee9c16
--- /dev/null
+++ b/doc/ikiwiki/markdown.mdwn
@@ -0,0 +1,12 @@
+[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 [[formatting]] 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.