_vimrc添加以下內容:html
noremap <F8> :!cmd /c c:\Python27\python -m markdown %:t -e chinese > %:r.html<CR><CR> noremap \e :!cmd /c start ./%:r.html<CR><CR>
前提條件:python