gvim將markdown轉換爲html文件

_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

  1. 已安裝python
  2. 已安裝python模塊,詳見
相關文章
相關標籤/搜索