You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://gitter.im/iamcco/markdown-preview.vim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
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
6
6
through a browser
7
7
8
8
> this plugin need your vim support py2/py3 features
@@ -15,7 +15,7 @@ through a browser
15
15
16
16
### Installation
17
17
18
-
Using with [Vundle][Vundle]:
18
+
with [Vundle][Vundle]:
19
19
20
20
put `Plugin 'iamcco/markdown-preview.vim'` to the `.vimrc/_vimrc` file and type
21
21
`:PluginInstall`
@@ -102,6 +102,7 @@ A: if you want the plugin auto close the preview window on firefox, you have to
102
102
103
103
### Changelog
104
104
105
+
* 2016/08/28: set the title of preview page with file name
105
106
* 2016/05/18: support key mapping and new `g:mkdp_command_for_global` option item
106
107
* 2016/03/12: new Github like markdown styles [markdown.css](https://github.com/iamcco/markdown.css) and support task list
107
108
* 2016/01/24: support display the local picture in markdown
0 commit comments