Ciro Santillli
f4d217c14c
created a credits section, removed link to the old homepage since it is too outdated
10 years ago
James Blanding
7305d51678
Merge pull request #54 from shvechikov/master
mkdCode start (syntax name) could contain hyphen
11 years ago
Leonid Shvechikov
83815ac295
mkdCode start (syntax name) could contain hyphen
E.g.:
```no-highlight
bla-bla
```
11 years ago
Ciro Santilli
fd4f9e803b
Merge pull request #52 from cirosantilli/mappings
Header navigation mappings work for Setext headers.
Its been a month, and it seems it caused no problems to anyone, so I'm merging. If it breaks anything, I'll fix it =)
11 years ago
Ciro Duran Santillli
271939ed66
Header navigation mappings work for Setext headers.
11 years ago
Ciro Duran Santillli
d57a363718
Merge branch 'master' of git://github.com/plasticboy/vim-markdown into mappings
11 years ago
Ciro Duran Santillli
68b949e8db
next, previous and current work for setext headers
11 years ago
Ben Williams
bb1bd0a2f2
Merge branch 'list_items' of https://github.com/shirosaki/vim-markdown into shirosaki-list_items
11 years ago
Ben Williams
72dfb0cd38
Merge add option to set initial foldlevel
11 years ago
Ben Williams
b91f1039e1
Merge branch 'mappings' of https://github.com/cirosantilli/vim-markdown into cirosantilli-mappings
11 years ago
Ben Williams
ce737b0660
Merge pull request #36 from colinsullivan/master
Automatically insert bullets when return is pressed in insert mode.
11 years ago
Hiroshi Shirosaki
276518b937
Work with bullet lists (-, +, etc)
Catch both numbered and unnumbered lists in a regexp pattern
11 years ago
Hiroshi Shirosaki
132a26e5a7
Fix highlight of multiple paragraphs in list items
11 years ago
Colin Sullivan
b3d1544862
Changed to `set`s to `setlocal`s to only affect markdown files
11 years ago
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