madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged.
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ben Williams [Fri, 16 Nov 2012 18:53:13 +0000 (13:53 -0500)]
Fix underscores for horizontal rules.
Ben Williams [Fri, 16 Nov 2012 18:50:15 +0000 (13:50 -0500)]
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.
Ben Williams [Fri, 16 Nov 2012 18:20:50 +0000 (13:20 -0500)]
Reorder groups so horizontal rules work and don't get preempted by list items.
Ben Williams [Fri, 16 Nov 2012 16:55:23 +0000 (11:55 -0500)]
Support a double-backspace in a backtic code span.
Ben Williams [Fri, 16 Nov 2012 16:18:50 +0000 (11:18 -0500)]
Make links work at the beginning of a line.
Ben Williams [Thu, 15 Nov 2012 21:02:26 +0000 (16:02 -0500)]
Get rid of that "fold any preamble" thing since it folds the whole file by default.
Ben Williams [Thu, 15 Nov 2012 20:48:44 +0000 (15:48 -0500)]
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
Ben Williams [Thu, 15 Nov 2012 20:33:50 +0000 (15:33 -0500)]
Merge remote-tracking branch 'remotes/FarMcKon/master'
Ben Williams [Thu, 15 Nov 2012 20:18:26 +0000 (15:18 -0500)]
Merge branch 'master' of https://github.com/mattnworb/vim-markdown
Ben Williams [Thu, 15 Nov 2012 19:42:13 +0000 (14:42 -0500)]
Merge footnote highlight from eunchan.
Far McKon [Mon, 12 Nov 2012 16:36:55 +0000 (11:36 -0500)]
added a 2 line README.md
Far McKon [Mon, 12 Nov 2012 16:35:00 +0000 (11:35 -0500)]
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
Matt Brown [Tue, 28 Aug 2012 21:04:43 +0000 (17:04 -0400)]
allow whitespace between three backticks and language name
Ben Williams [Tue, 27 Mar 2012 14:57:14 +0000 (07:57 -0700)]
Merge pull request #22 from martinolsen/patch-1
allow link escape
Ben Williams [Tue, 27 Mar 2012 14:54:06 +0000 (07:54 -0700)]
Merge pull request #28 from beala/patch-1
Added a rule that covers "Github Flavored Markdown" (GFM) code blocks
Alex Beal [Wed, 14 Mar 2012 23:02:20 +0000 (17:02 -0600)]
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/
eunchan [Wed, 7 Mar 2012 02:57:44 +0000 (11:57 +0900)]
Footnotes extension syntax is added
eunchan [Wed, 7 Mar 2012 02:55:17 +0000 (11:55 +0900)]
Update syntax/mkd.vim
Martin Olsen [Fri, 23 Sep 2011 20:57:30 +0000 (23:57 +0300)]
allow link escape
Ben Williams [Mon, 21 Feb 2011 16:25:52 +0000 (11:25 -0500)]
Add more file types.
Ben Williams [Mon, 21 Feb 2011 16:02:57 +0000 (11:02 -0500)]
Create subdirs for ftdetect and syntax. Add ftdetect file.
Ben Williams [Mon, 21 Feb 2011 15:47:41 +0000 (10:47 -0500)]
Merge branch 'master' of git://github.com/cgraeser/vim-markdown
Ben Williams [Mon, 21 Feb 2011 15:43:22 +0000 (10:43 -0500)]
Merge branch 'multi-line-captions' of git://github.com/bsilverthorn/vim-markdown
Carsten Gräser [Tue, 7 Dec 2010 21:33:22 +0000 (22:33 +0100)]
Add fold regions for headings and list items
Bryan Silverthorn [Thu, 2 Dec 2010 16:50:35 +0000 (10:50 -0600)]
Support multi-line captioned images and links.
(Supported by pandoc, at least.)
Toby Matejovsky [Sat, 2 Oct 2010 16:46:23 +0000 (12:46 -0400)]
style inline URLs
Ben Williams [Mon, 18 May 2009 19:53:09 +0000 (15:53 -0400)]
Update version number.
Ben Williams [Tue, 12 May 2009 17:12:15 +0000 (13:12 -0400)]
Link improvements from Marc Hartstein.
Ben Williams [Tue, 12 May 2009 16:52:13 +0000 (12:52 -0400)]
Code block improvements. Line break highlighting from Daniel Hulme.
Ben Williams [Tue, 12 May 2009 16:42:02 +0000 (12:42 -0400)]
Improved code block matching from James Vega.
Ben Williams [Tue, 12 May 2009 16:40:20 +0000 (12:40 -0400)]
Fix bold and italic spans that end with punctuation.
Ben Williams [Tue, 12 May 2009 16:27:24 +0000 (12:27 -0400)]
Import current version