diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-11 04:40:24 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-11 04:40:24 +0100 |
commit | 3d8d47d7858ae0e043a28f348fe8aec444d0d35a (patch) | |
tree | d82045e31bc409a1c14d74d13c65a051ec95922c /doc/ikiwiki | |
parent | 0d8cbfc5e0c1c1408d2d48707fefbd60c12b78a6 (diff) | |
parent | 8c47f16dccd8a4dd91f365233690bd8139431249 (diff) |
Merge commit 'upstream/master' into prv/po
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/markdown.mdwn | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/ikiwiki/markdown.mdwn b/doc/ikiwiki/markdown.mdwn index 3bebaef65..684191929 100644 --- a/doc/ikiwiki/markdown.mdwn +++ b/doc/ikiwiki/markdown.mdwn @@ -4,10 +4,7 @@ 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://jblevins.org/projects/markdown-mode/) for -emacs can help in editing, as can this -[syntax file](http://plasticboy.com/markdown-vim-mode/) for vim. +[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part of the markdown syntax, and are the only bit of markup that this wiki |