@@ -9,7 +9,7 @@ This is a bundle for writing and editing documents in [pandoc][]'s
9
9
- some settings to make vim a pleasant | pandoc-writing-environment | ,
10
10
- | pandoc-syntax-highlighting | , with support for pandoc's extended
11
11
markdown,
12
- - | pandoc-snippets | for use with snipMate,
12
+ - | pandoc-snippets | for use with [ snipMate] [] ,
13
13
- | pandoc-section-folding | ,
14
14
- | pandoc-citation-completion | ,
15
15
- some simple | pandoc-conversion-functions | and | pandoc-tidying-functions | ,
@@ -36,7 +36,7 @@ a soft-wrapped line.
36
36
37
37
setlocal display=lastline
38
38
39
- If you are using soft-wrapped line , this will tell vim to go ahead and
39
+ If you are using soft-wrapping , this will tell vim to go ahead and
40
40
show part of a long line that runs off the bottom of the screen.
41
41
42
42
setlocal nojoinspaces
@@ -47,7 +47,7 @@ without adding extra unwanted spaces.
47
47
setlocal commentstring=<!--%s-->
48
48
setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
49
49
50
- tells vim that, in your markdown files, use HTML-style commenting .
50
+ tells vim to use HTML style comments in your markdown files.
51
51
52
52
*pandoc-hard-wrapping*
53
53
----------------------
@@ -255,12 +255,12 @@ Thanks also to [Wei Dai][] for bug fixes and improvements.
255
255
Borrowings
256
256
==========
257
257
258
- The syntax file was originally by jeremy schultz (found [here ] []) as
258
+ The syntax file derives from Jeremy Schultz's [pdc.vim ][] as
259
259
githubbed by [wunki] [].
260
260
261
- The snippets file, for use with [snipMate] [], is a slight extension (and
262
- contraction) of the markdown.snippets file that is part of many of the
263
- [vim-markdown repositories on github][].
261
+ The snippets file is a slight extension (and contraction) of the
262
+ markdown.snippets file that is part of many of the [vim-markdown
263
+ repositories on github][].
264
264
265
265
Autocompletion was implemented by hacking away at [LaTeX Box][]'s
266
266
implementation of bibtex citation completion, even if the results don't
@@ -269,7 +269,7 @@ look much like the original.
269
269
Known Issues
270
270
============
271
271
272
- 1. Filetype detection does not play well with the [markdown-vim plugin ][].
272
+ 1. Filetype detection does not play well with [markdown-vim] [].
273
273
274
274
2. Filetype detection is aggressive: we assume that if you use this plugin,
275
275
then you want to use pandoc for you markdown needs. So we match the
@@ -280,15 +280,15 @@ Known Issues
280
280
281
281
[pandoc] : http://johnmacfarlane.net/pandoc/
282
282
[extended markdown]: http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown
283
- [markdown-vim plugin ]: http://plasticboy.com/markdown- vim-mode/
283
+ [snipMate ] : http://www. vim.org/scripts/script.php?script_id=2540
284
284
[Wei Dai]: https://github.com/clvv
285
- [here ] : http://www.vim.org/scripts/script.php?script_id=2389
285
+ [pdc.vim ]: http://www.vim.org/scripts/script.php?script_id=2389
286
286
[wunki] : https://github.com/wunki/vim-pandoc
287
- [snipMate] : http://www.vim.org/scripts/script.php?script_id=2540
288
287
[vim-markdown repositories on github]: https://github.com/hallison/vim-markdown
289
288
[LaTeX Box]: http://www.vim.org/scripts/script.php?script_id=3109
290
289
[SuperTab] : http://www.vim.org/scripts/script.php?script_id=1643
291
290
[FoldList] : http://www.vim.org/scripts/script.php?script_id=500
291
+ [markdown-vim] : http://plasticboy.com/markdown-vim-mode/
292
292
293
293
294
294
vim:tw=78:ts=8:ft=help:norl:
0 commit comments