diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-10 15:41:29 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-10 15:41:29 +0100 |
commit | 812f775e0a3cd953782edcbe8a0eb727752df03f (patch) | |
tree | 28daae6a750b1573bee9c0d8dfae06cd79c5c894 /doc/ikiwiki | |
parent | 1255acc02c7e0273e988c1cbbd1c1accc134c2bc (diff) | |
parent | 02ee6d40d403eac396cead15900b1441e3fe08d7 (diff) |
Merge commit 'upstream/master' into prv/po
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/markdown.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki/markdown.mdwn b/doc/ikiwiki/markdown.mdwn index a4190945f..3bebaef65 100644 --- a/doc/ikiwiki/markdown.mdwn +++ b/doc/ikiwiki/markdown.mdwn @@ -6,7 +6,8 @@ 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. +emacs can help in editing, as can this +[syntax file](http://plasticboy.com/markdown-vim-mode/) for vim. Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part of the markdown syntax, and are the only bit of markup that this wiki |