/************************************************************************* * VIM support markdown Syntax * description : * Recently see the Readme on GitHub is using the Markdown markup language, it feels good, it looks like * can be used, mainly to check the time will be more convenient, of course, because of personal habits use vim, so * found a vim plugin to highlight the syntax. * 2016-4-27 Shenzhen Nanshan Ping Shan village Zengjianfeng ********************************************************* ***************/First, reference documents:1for a plugin that previews Markdown under Vim, https://ruby-china.org/topics/17911 2. Markdown Syntax Description (Simplified Chinese version) http://wowubuntu.com/markdown/Second, VIM supports markdown syntax1. vim-markdown https://Github.com/plasticboy/vim-markdown 2. Configuration (If You use Vundle, add the following line to your ~/. VIMRC): Plugin'Godlygeek/tabular'Plugin'Plasticboy/vim-markdown' 3installation::P lugininstall. Install Retext:sudo apt-GetInstall Retext
VIM supports markdown syntax