Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit cad926b

Browse files
committed
update readme
1 parent ed2959a commit cad926b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Join the chat at https://gitter.im/iamcco/markdown-preview.vim](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/iamcco/markdown-preview.vim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5-
Use the markdown-preview.vim plugin you can preview markdown on real-time
5+
Using the markdown-preview.vim plugin you can preview markdown on real-time
66
through a browser
77

88
> this plugin need your vim support py2/py3 features
@@ -15,7 +15,7 @@ through a browser
1515

1616
### Installation
1717

18-
Using with [Vundle][Vundle]:
18+
with [Vundle][Vundle]:
1919

2020
put `Plugin 'iamcco/markdown-preview.vim'` to the `.vimrc/_vimrc` file and type
2121
`:PluginInstall`
@@ -102,6 +102,7 @@ A: if you want the plugin auto close the preview window on firefox, you have to
102102
103103
### Changelog
104104

105+
* 2016/08/28: set the title of preview page with file name
105106
* 2016/05/18: support key mapping and new `g:mkdp_command_for_global` option item
106107
* 2016/03/12: new Github like markdown styles [markdown.css](https://github.com/iamcco/markdown.css) and support task list
107108
* 2016/01/24: support display the local picture in markdown
@@ -200,6 +201,7 @@ A: 如果需要在火狐浏览器中启用自动关闭预览窗口,需要相
200201
201202
### Changelog
202203

204+
* 2016/05/18: 设置预览页面的标题为文件的名字
203205
* 2016/05/18: 支持按键绑定,并增加新的 `g:mkdp_command_for_global` 配置项
204206
* 2016/03/12: 使用新的 Github 样式 [markdown.css](https://github.com/iamcco/markdown.css),并且支持显示 todo 任务列表
205207
* 2016/01/24: 支持显示本地图片

0 commit comments

Comments
 (0)