This is a vim markdown preview plugin.
####Installing
Recommand Bundle or Vundle
- add
Bundle 'MikeCoder/markdown-preview.vim'to your bundle file like vimrc or vimrc.bundle - and exec
BundleInstallto install the plugin
####Usage
- edit your markdown doc normally
- when you want to preview it in html you just use
:MarkdownPreview defultto show your doc in your browser - if you want to change your style. you just use
:MarkdownPreview GitHubin github style markdown view - you can also use
map <leader>m :MarkdownPreview GitHub<CR>to have more fun
####Custom this theme is in the css folder, if you want to change it to your favorite theme. follow the steps:
- go into your .vim folder
- find MarkDownRes folder and you will find default.css and GitHub.css here
- add your custom css file here, such as
exmaple.css - use vim open your markdown doc and
:MarkdownPreview example - and you will see your doc preview in your browser with example.css
####Thanks
- mistune
- vim
####LAST wish you have a nice day
####LECENSE see @LECENSE
####TODO see @TODO.md
中文文档版本:http://mikecoder.net/
####EXAMPLE

