This is a new version and distribution of the Markdown syntax highlight. Visit http://github.com/hallison/vim-markdown for more information about this plugin/syntax.
install details
Easy! Just open gzipball file with Vim (of course!) and use command :source %. All files will be extracted in your Vim home directory.
$ vim markdown-<version>.vba.gz +":source % | quit!"
* Fixes.
* The italics has been fixed. Thanks to Ian Smith-Heisters.
* Fix in gzip package extension.
* Improvements.
* Support multi-line captioned images and links. This feature is supported
by Pandoc and others parsers. Thanks to Bryan Silverthorn.
* You can install Markdown using vim-addon-manager. More details see
<http://github.com/MarcWeber/vim-addon-manager>.
* Enhancements
* Added build using Bakefile (Bash-Toolbox)
* Manifest file for VBA package.
* Fixes
* Fixes in the file detection.
* Fixes in link snippets