diff options
author | http://a1fie.livejournal.com/ <http://a1fie.livejournal.com/@web> | 2008-11-10 01:44:19 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-11-10 01:44:19 -0500 |
commit | 02ee6d40d403eac396cead15900b1441e3fe08d7 (patch) | |
tree | 7c50cf17b810060b4b91fc8cea7d946479189de4 /doc/ikiwiki | |
parent | 7f80e52543891690e3136855bc29917e6b431aba (diff) |
vim syntax file linked
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 |