Colin Sullivan
c98d8eeb4b
Now handles various markdown bullet types properly.
11 years ago
James Blanding
a28f549220
Add option to set initial foldlevel
11 years ago
Ciro Duran Santillli
766fabddbc
updated readme 2
11 years ago
Ciro Duran Santillli
dd0a0e51cb
updated readme
11 years ago
Ciro Duran Santillli
5bb406ce8a
working on visual mode, slight behavior change to make jumps more logical
11 years ago
Ciro Duran Santillli
5c38e8609f
added mappings list to readme
11 years ago
Ciro Duran Santillli
291fa48a67
added header navigation mappings
11 years ago
Colin Sullivan
c18086c723
Automatically insert bullets on return.
11 years ago
Ben Williams
12ec4c1fbf
Merge pull request #34 from jhoepken/master
Add footnote support
11 years ago
Ben Williams
2c060f0e25
Merge pull request #32 from mutewinter/folding_option
Added Option to Disable Folding
11 years ago
Jens Hoepken
26cfc8ef05
Resolve merge conflict
11 years ago
Jens Hoepken
a87c86a61b
Add footnote support
11 years ago
Jeremy Mack
8f804c189c
Added option to disable folding
Also updated the readme with information about the command.
12 years ago
Ben Williams
3309ad4d29
Merge branch 'master' of github.com:plasticboy/vim-markdown
Conflicts:
README.md
12 years ago
Ben Williams
d607e138df
Add some installation instructions and a license.
12 years ago
Ben Williams
c6b90a1bdc
Add some installation instructions and a license.
12 years ago
Ben Williams
d96254eefe
Closes #21 .
12 years ago
Ben Williams
5d7eeb1dcb
Add support for openssl.vim filetypes. Closes #16 .
12 years ago
Ben Williams
e80fc305f5
Fix issue #15 . Reference-style links no longer bleed over onto other lines.
12 years ago
Ben Williams
157b835b53
Another take on strong and emphasis that tries to implement Github flavored markdown ignoring of multiple underscores in a word.
12 years ago
Ben Williams
4e3ac23f2b
Fix underscores for horizontal rules.
12 years ago
Ben Williams
e3bbd8b78a
Switch to strong and em implementation based on Tim Pope's.
Seems to fix some problems with mine. Changed so *'s and _'s inside words don't
start emphasis, which is not canonical but everyone seems to like better.
12 years ago
Ben Williams
51643fcee7
Reorder groups so horizontal rules work and don't get preempted by list items.
12 years ago
Ben Williams
dbd42e7899
Support a double-backspace in a backtic code span.
12 years ago
Ben Williams
9a61cb7aea
Make links work at the beginning of a line.
12 years ago
Ben Williams
cd4ca88dda
Get rid of that "fold any preamble" thing since it folds the whole file by default.
12 years ago
Ben Williams
20704d86a0
Switch to expression-based folding.
Syntax-based folding was way too slow in very large Markdown files. Add
a new file after/ftplugin/mkd.vim with a foldexpr function to determine
folds. The function is based on Steve Losh's gist at
https://gist.github.com/1038710
12 years ago
Ben Williams
3299dc841b
Merge remote-tracking branch 'remotes/FarMcKon/master'
12 years ago
Ben Williams
aa45ea26bb
Merge branch 'master' of https://github.com/mattnworb/vim-markdown
12 years ago
Ben Williams
767bfa073d
Merge footnote highlight from eunchan.
12 years ago
Far McKon
a5ce3746dd
added a 2 line README.md
12 years ago
Far McKon
6fe5c1b400
changed _ syntax, to avoid mid-word underlines starting highlights. Fail case pre-commit would be the string ' - user_account: The default user account' having a highlight start at the _, and never end. Updated match only catches 1 or more whitespaces before underscore, instead of zero or more whitespaces before an underscore
12 years ago
Matt Brown
0a9a448064
allow whitespace between three backticks and language name
12 years ago
Ben Williams
70ca17d559
Merge pull request #22 from martinolsen/patch-1
allow link escape
12 years ago
Ben Williams
c560ce7a15
Merge pull request #28 from beala/patch-1
Added a rule that covers "Github Flavored Markdown" (GFM) code blocks
12 years ago
Alex Beal
a6bb045d8a
Added a rule that covers "Github Flavored Markdown" (GFM) code blocks
GFM takes three back ticks to start a code block. It can be followed with a word specifying the language. It then ends with three back ticks.
http://github.github.com/github-flavored-markdown/
12 years ago
eunchan
4ab0bede79
Footnotes extension syntax is added
12 years ago
eunchan
ba32faa201
Update syntax/mkd.vim
12 years ago
Martin Olsen
2696640fa9
allow link escape
13 years ago
Ben Williams
f3f96fd7c1
Add more file types.
13 years ago
Ben Williams
fd15052925
Create subdirs for ftdetect and syntax. Add ftdetect file.
13 years ago
Ben Williams
3c2de6634d
Merge branch 'master' of git://github.com/cgraeser/vim-markdown
13 years ago
Ben Williams
ac8bc01256
Merge branch 'multi-line-captions' of git://github.com/bsilverthorn/vim-markdown
13 years ago
Carsten Gräser
d049d36988
Add fold regions for headings and list items
14 years ago
Bryan Silverthorn
e5b17e75a2
Support multi-line captioned images and links.
(Supported by pandoc, at least.)
14 years ago
Toby Matejovsky
5e03bba545
style inline URLs
14 years ago
Ben Williams
5693dc9890
Update version number.
15 years ago
Ben Williams
1bec9ed486
Link improvements from Marc Hartstein.
15 years ago
Ben Williams
b4f391e58f
Code block improvements. Line break highlighting from Daniel Hulme.
15 years ago
Ben Williams
fd3418394f
Improved code block matching from James Vega.
15 years ago