Brennen Bearnes
cae149b641
allow for "```command"-style codeblocks
Now that I think about it, this doesn't cover some other cases. I'll fix
those as I come across them.
9 years ago
Hiroshi Shirosaki
642730fccc
Fix indent with syntax off
Move indent related settings from syntax to index.
Fix #126
9 years ago
Yue Xin
ef44c9e7fc
swap out mkd, successfully...
Signed-off-by: yuexin <yuecn41@gmail.com>
9 years ago
Jonathan Martin
fa07c14220
Add tilde-fenced code blocks.
10 years ago
Ciro Santilli
b41a604a71
Fix () [] were rendered as links when not in link
10 years ago
Ciro Santilli
028e1faf98
Highlight angle braced hyperlinks.
Also fix autolinks without angle braces which
were not being highlighted on top level.
10 years ago
Ciro Santilli
f9a841ef7c
Patch YAML frontmatter pull request.
10 years ago
Ivo Jimenez
603358d099
Support YAML headers
10 years ago
Ciro Santilli
d6a3b09139
Remove outdated fields from syntax header.
10 years ago
Ciro Santilli
d34f4d8edf
Add LateX $ and $$ math support.
10 years ago
Ciro Santilli
baece901af
Fix () [] were rendered as links when not in link.
10 years ago
Robert Rosman
c1d0284f59
Automatically continue blockquote on line break
This is accomplished by treating `>` as a comment marker.
10 years ago
Danqi Wang
5cd2223d4e
Better support for bullet insertion and auto indentation in list items.
1. Added setlocal formatoptions-=c to disable automatically inserting bullets when auto-wrapping with textwidth.
2. Added indent/mkd.vim to support auto indent in list.
10 years ago
夏恺(Xia Kai)
03c4be2d4e
Indented fenced code blocks can now be correctly recognized.
10 years ago
Antoni Kaniowski
34de7d90c2
removed an extra space
10 years ago
Antoni Kaniowski
2e99929ab1
issue #50 - No spell checking in paragraph text
10 years ago
Brandon R. Stoner
d038d9069e
Fix unletting non-existant b:current_syntax.
Fixed an issue where `unlet b:current_syntax` occurs when recovering from a Session and b:current_syntax has not been set yet.
10 years ago
Leonid Shvechikov
83815ac295
mkdCode start (syntax name) could contain hyphen
E.g.:
```no-highlight
bla-bla
```
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
Colin Sullivan
c18086c723
Automatically insert bullets on return.
11 years ago
Jens Hoepken
a87c86a61b
Add footnote support
11 years ago
Ben Williams
d96254eefe
Closes #21 .
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
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
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
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
fd15052925
Create subdirs for ftdetect and syntax. Add ftdetect file.
13 years ago