diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-11-10 13:19:22 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-11-10 13:19:22 -0500 |
commit | 4287a0206953b96711138d29d4c783922a56deff (patch) | |
tree | 1606fe4b1e5cc2e95a6d8bfc4115c6471209f1dc /doc/ikiwiki | |
parent | 02ee6d40d403eac396cead15900b1441e3fe08d7 (diff) |
reorganize vim syntax highlighting info
There was already a tip about it; move the plasticboy version to there.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/markdown.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ikiwiki/markdown.mdwn b/doc/ikiwiki/markdown.mdwn index 3bebaef65..94864c489 100644 --- a/doc/ikiwiki/markdown.mdwn +++ b/doc/ikiwiki/markdown.mdwn @@ -6,8 +6,7 @@ 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. +emacs can help in editing, as can the [[vim_syntax_highlighting]] file. Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part of the markdown syntax, and are the only bit of markup that this wiki |