Commit Graph

50 Commits

Author SHA1 Message Date
Sencer Selcuk
14977fb9df Indent the footnotes also. 2014-06-19 18:09:10 -04:00
Sencer Selcuk
cb2b885214 Footnote doesn't have to be at the line end. 2014-06-19 17:30:13 -04:00
Sencer Selcuk
db5c79f7c0 Allow multi-char footnote labels. 2014-06-19 17:13:36 -04:00
Tim Pope
b3cea72eea Add a README
Closes #66.
2014-05-04 17:22:12 -04:00
Emil Loer
b02182ebbd Add folding support
Closes #10.
2014-03-19 01:07:38 -04:00
Tim Pope
355c8e9bb5 Merge pull request #62 from myitcv/footnote_support
Footnote support
2014-02-24 12:11:09 -05:00
Paul Jolly
ede001b33d Footnote support 2014-02-24 13:10:20 +00:00
Tim Pope
61deff1362 Allow link nesting
Closes #58.
2014-01-01 11:48:03 -05:00
Tim Pope
3fb5b260e1 Merge upstream changes 2013-12-16 20:55:46 -05:00
Drew Neil
a126974366 Add 'Last change: 2013 May 30' to headers v1.0 vim7.4 2013-11-16 16:48:16 +00:00
Tim Pope
fccf76f68f Merge pull request #45 from AndrewRadev/fix-fenced-code-block-pattern
Allow spaces after ```
2013-06-24 04:42:37 -07:00
Andrew Radev
55b49cad42 Allow spaces after ```
With a fenced code block with a language, it's legal to put spaces
between the fence and the language name.
2013-06-24 11:00:29 +02:00
Tim Pope
451eefb9b2 Merge pull request #41 from cemerick/master
Highlight italicized regions within bold regions
2013-05-27 11:28:32 -07:00
Tim Pope
d9b041af65 Merge pull request #38 from hjdivad/dont-stomp-main-syntax
Clear `main_syntax` if we set it.
2013-05-23 21:11:11 -07:00
Chas Emerick
697edbe7ca Highlight italicized regions within bold regions 2013-05-14 07:50:17 -04:00
David J. Hamilton
de106cb725 Clear main_syntax if we set it.
This prevents conflicts with other syntaxes that use `main_syntax`, like
vim-javascript.
2013-05-02 12:08:46 -07:00
Tim Pope
ec0abb3064 Support blank lines in block quotes 2013-03-05 13:49:30 -05:00
Tim Pope
90fc7fc593 Fix highlighting HTML entities at start of line 2013-03-05 13:46:53 -05:00
Tim Pope
e8fa4faf82 Support indented fenced code blocks 2013-03-01 22:44:23 -05:00
Hinrik Örn Sigurðsson
5ed43c22bc Require space after ordered list marker 2013-01-27 15:22:31 -05:00
Hinrik Örn Sigurðsson
242dda3f01 Allow automatic links in headings 2013-01-25 19:12:36 -05:00
Bryan Richter
10cf9687d2 A more liberal markdownValid 2013-01-21 17:30:43 +00:00
Tim Pope
9407dae660 Really fix options after ```language 2012-10-12 18:20:48 -04:00
Tim Pope
ecafbe32a8 Fix ```language with more junk on the same line 2012-10-12 18:03:18 -04:00
Tim Pope
b2697b0adf Highlight GitHub style fenced code blocks
One needs to opt-in to this by specifying which file types should be
highlighted:

    let g:markdown_github_languages = ['ruby', 'erb=eruby']

This may not work for all file types.

Closes #17.
2012-10-12 17:58:09 -04:00
Tim Pope
dcdab0cd55 Strip r and o out of format options
Closes #25.
2012-08-06 22:45:15 -04:00
Tim Pope
7b747d0aa4 Improve tab handling
Closes #18.
2012-07-08 04:06:40 -04:00
Tim Pope
9a21f7a6bc Ignore options after ```filetype
Closes #22.
2012-06-28 23:31:35 -04:00
Tim Pope
3a99157473 Flag internal underscores in headings 2012-04-01 22:55:05 -04:00
Tim Pope
fdc0f091c7 Work around users overriding ftplugin/html.vim 2011-12-21 22:45:33 -05:00
Emil Loer
5a70519e48 Fix performance issue with detecting setext-style headers 2011-11-23 00:15:00 -05:00
Tim Pope
2b18a53416 Don't unset include guard
Closes #7
2011-09-24 19:06:43 -04:00
Tim Pope
ae3a2653f8 Loosen GitHub code block pattern 2011-08-26 16:09:31 -04:00
Tim Pope
ac0d7dee84 Highlight word underscores as errors 2011-08-26 03:31:45 -04:00
Tim Pope
8f7b69b52e Add highlighting for GitHub style code blocks 2011-08-26 03:26:19 -04:00
Tim Pope
34e28b3f6f Allow alternative highlighting of ... 2010-10-24 16:26:50 -04:00
Tim Pope
8d0860c1d5 Support bold italic nesting 2010-05-02 13:11:11 -04:00
Tim Pope
abbddfbc39 Allow up to 3 spaces before a link declaration 2010-03-18 20:42:52 -04:00
Tim Pope
736ca0943a Make inline code transparent 2010-03-18 20:39:01 -04:00
Tim Pope
8b773eadbe Override filetype of modula2 2010-03-01 23:32:15 -05:00
Tim Pope
4b4ac74bf9 Extract YAML front matter handling to vim-liquid 2010-02-27 16:15:00 -05:00
Tim Pope
dd1b2298aa Don't override filetypes other than conf 2010-02-27 02:17:37 -05:00
Tim Pope
53ae4f945d Remove unconventional ftdetect augroup 2010-02-27 01:54:29 -05:00
Tim Pope
e6f9480b90 Tighten automatic link highlighting
Automatic link highlighting was erroneously being triggered on
<code>HEAD@{1}</code> because of the at sign outside of the tag.
2010-02-25 20:58:34 -05:00
Tim Pope
06c37a8307 Add missing .mkd extension detection 2010-02-25 10:13:26 -05:00
Tim Pope
35eda7fca9 Don't highlight link footnote after tab 2010-02-24 23:07:30 -05:00
Tim Pope
fc20cfd990 Fix bold/italic/code spanning blockquote indicator 2010-02-24 22:13:47 -05:00
Tim Pope
cd24eb621e Match trailing space that signals a line break 2010-02-24 22:06:16 -05:00
Tim Pope
6c1e41e4c4 Allow a space between [link text] and (url) 2010-02-24 22:06:12 -05:00
Tim Pope
4be0ec4a0f Initial commit 2010-02-24 21:23:07 -05:00