Closed quchunguang closed 10 years ago
Environment ubuntu 12.04 server vim 7.3 from offical repos vim-pendoc current version
This seems to be due to a problem in the handling of implicit links. A workaround is to put
let g:pandoc_no_empty_implicits = 1
in your .vimrc.
We are working on the syntax highlighting in vim-pandoc/vim-pandoc-syntax now, and this feature has been removed (for the time being).
The markdown file is following (save to a file and named *.markdown),
段落
图片
换行
在文本中输入的换行会从最终生成的结果中删除,浏览器会根据可用空间自动换行。如果想强迫换行,可以在行尾插入至少两个空格。
强调
代码
引用
链接