markdown-preview.vim icon indicating copy to clipboard operation
markdown-preview.vim copied to clipboard

⚠️ PLEASE USE https://github.com/iamcco/markdown-preview.nvim INSTEAD

Results 32 markdown-preview.vim issues
Sort by recently updated
recently updated
newest added

![](https://i.imgur.com/eXV8kvU.png) 望解决😊

I want to add a pic to markdown file like below: `![image](FINSC_LEDGER_REP.PNG) ` it works on my mac, but it doesn't work on my windows. In windows, only absolute address...

### 流程图支持添加 添加flowchart.js、jquery.js、raphael.js支持。 jquery.js可能造成了代码风格不统一。 测试流程图代码,需使用```flow代码块 ```flow st=>start: Start|past:>http://www.google.com[blank] e=>end: End|future:>http://www.google.com op1=>operation: My Operation|past op2=>operation: Stuff|current sub1=>subroutine: My Subroutine|invalid cond=>condition: Yes or No?|approved:>http://www.google.com c2=>condition: Good idea|rejected io=>inputoutput: catch something...|future st->op1(right)->cond cond(yes,...

自动生成目录那种

enhancement

up主,看到你的截图也是在windows端下面的,我想问问vim如何添加python支持。之前用的Spacevim不能预览Markdown文件,换成了spf13的在Mac下可以预览,但是在windows下,就说要添加Python支持,google一下,都是Mac或者ubuntu的,都没有window下面的,所以在此想问问,up的Vim是如何添加python支持的,希望您有时间,可以指点一下,先谢过了。 我听别人说,在windows下面添加python挺麻烦的,不像在Linux或者mac下之类,但是看到up主做到了

如题,浏览器报错: ![image](https://user-images.githubusercontent.com/14770930/56350210-d71a7900-61fc-11e9-8bdc-0a2ae4050507.png)

我用markdown做笔记,现在大概有1k多行了,vim打开文档之后,一打开预览,vim就直接卡死。。。

bug

在启动预览之后,需要在vim中滚动一下才会显示,如:按一下j

I have the following settings in my `.vimrc`: ```vim let g:mkdp_command_for_global = 1 nmap MarkdownPreview imap MarkdownPreview nmap StopMarkdownPreview imap StopMarkdownPreview ``` Pressing `F8` in insert mode opens a new...