Skip to content

Commit 29afbfc

Browse files
committed
cleaning up README a bit more
1 parent fe8505d commit 29afbfc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/pandoc.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a bundle for writing and editing documents in [pandoc][]'s
99
- some settings to make vim a pleasant |pandoc-writing-environment|,
1010
- |pandoc-syntax-highlighting|, with support for pandoc's extended
1111
markdown,
12-
- |pandoc-snippets| for use with snipMate,
12+
- |pandoc-snippets| for use with [snipMate][],
1313
- |pandoc-section-folding|,
1414
- |pandoc-citation-completion|,
1515
- some simple |pandoc-conversion-functions| and |pandoc-tidying-functions|,
@@ -36,7 +36,7 @@ a soft-wrapped line.
3636

3737
setlocal display=lastline
3838

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
4040
show part of a long line that runs off the bottom of the screen.
4141

4242
setlocal nojoinspaces
@@ -47,7 +47,7 @@ without adding extra unwanted spaces.
4747
setlocal commentstring=<!--%s-->
4848
setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4949

50-
tells vim that, in your markdown files, use HTML-style commenting.
50+
tells vim to use HTML style comments in your markdown files.
5151

5252
*pandoc-hard-wrapping*
5353
----------------------
@@ -255,12 +255,12 @@ Thanks also to [Wei Dai][] for bug fixes and improvements.
255255
Borrowings
256256
==========
257257

258-
The syntax file was originally by jeremy schultz (found [here][]) as
258+
The syntax file derives from Jeremy Schultz's [pdc.vim][] as
259259
githubbed by [wunki][].
260260

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][].
264264

265265
Autocompletion was implemented by hacking away at [LaTeX Box][]'s
266266
implementation of bibtex citation completion, even if the results don't
@@ -269,7 +269,7 @@ look much like the original.
269269
Known Issues
270270
============
271271

272-
1. Filetype detection does not play well with the [markdown-vim plugin][].
272+
1. Filetype detection does not play well with [markdown-vim][].
273273

274274
2. Filetype detection is aggressive: we assume that if you use this plugin,
275275
then you want to use pandoc for you markdown needs. So we match the
@@ -280,15 +280,15 @@ Known Issues
280280

281281
[pandoc]: http://johnmacfarlane.net/pandoc/
282282
[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
284284
[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
286286
[wunki]: https://github.com/wunki/vim-pandoc
287-
[snipMate]: http://www.vim.org/scripts/script.php?script_id=2540
288287
[vim-markdown repositories on github]: https://github.com/hallison/vim-markdown
289288
[LaTeX Box]: http://www.vim.org/scripts/script.php?script_id=3109
290289
[SuperTab]: http://www.vim.org/scripts/script.php?script_id=1643
291290
[FoldList]: http://www.vim.org/scripts/script.php?script_id=500
291+
[markdown-vim]: http://plasticboy.com/markdown-vim-mode/
292292

293293

294294
vim:tw=78:ts=8:ft=help:norl:

0 commit comments

Comments
 (0)