]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin/mdwn.pm
Merge commit 'f8880cb670b0d1169559d04602fc543b1a6a061e' into sipb
[ikiwiki.git] / IkiWiki / Plugin / mdwn.pm
2014-01-31  Anders KaseorgMerge commit 'f8880cb670b0d1169559d04602fc543b1a6a061e...
2014-01-31  Anders KaseorgMerge commit 'ee9a4e06fcce53062b38814707a0b7d6946d4a36...
2014-01-31  Anders KaseorgMerge commit 'f52f395437a946478da2a126015c05e3e0afdc1f...
2014-01-31  Anders KaseorgMerge commit '5971a731e98b9b6543d78572c181ffc1bb7e1dd1...
2014-01-31  Anders KaseorgMerge commit '58a07f9e5436ec815c0cb5736a9680096c977eed...
2014-01-31  Anders KaseorgMerge commit '0aad1794ad27da6ab41001e335eba952c2e0ac88...
2014-01-31  Anders KaseorgMerge commit 'd69f6057d1e1787fa3c19cc13c40eb3e9b822283...
2014-01-31  Anders KaseorgMerge commit 'a547d2685866898665fad221939b0b820a42a088...
2014-01-31  Anders KaseorgMerge commit 'baaa848f6c06b0b3a59677d3551e130c65e5fde7...
2010-04-17  Joey HessMerge remote branch 'davrieb/autotag' into autotag
2010-03-20  Quentin SmithMerge branch 'master' into sipb
2010-03-13  Quentin SmithMerge branch 'master' into sipb
2010-02-12  Joey Hessformat plugin categorization
2010-02-12  Joey HessGroup related plugins into sections in the setup file...
2009-10-26  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-10-26  Joey Hessmdwn: Avoid trying to use multimarkdown if it is not...
2009-09-12  Quentin SmithMerge commit 'upstream/master' into sipb
2009-05-19  Joey HessMerge branch 'master' into po
2009-05-16  Joey HessMerge commit 'remotes/jmtd/friendly_markup_names'
2009-05-16  Jon Dowlandadd a long name for mdwn ("Markdown")
2009-04-04  Joey HessMerge branch 'master'
2009-02-01  Greg Pricework around a bug in... Text::Markdown, I think.
2009-01-01  intrigeriMerge commit 'upstream/master' into prv/po
2008-12-31  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-12-31  Joey HessMerge branch 'next'
2008-12-30  intrigeriMerge commit 'upstream/master' into prv/po
2008-12-29  Joey HessMerge branch 'master' into next
2008-12-28  Joey HessMerge branch 'master' into next
2008-12-26  Joey HessMerge branch 'master' into next
2008-12-26  Joey HessMerge branch 'master' into next
2008-12-25  Joey HessMerge branch 'master' into next
2008-12-23  Joey HessMerge branch 'master' into next
2008-12-23  Joey Hessfinalise version 3.00 of the plugin api
2008-12-17  Joey HessCoding style change: Remove explcit vim folding markers.
2008-08-03  Joey Hessadd plugin safe/rebuild info (part 1 of 2)
2008-07-31  Joey HessMerge branch 'master' into autoconfig
2008-07-29  Joey HessMerge branch 'tova' into autoconfig
2008-07-27  Joey HessMerge branch 'master' into autoconfig
2008-07-27  Joey HessMerge branch 'master' into autoconfig
2008-07-27  Joey HessMerge branch 'master' into autoconfig
2008-07-27  Joey Hessremove default values in getsetup
2008-07-26  Joey HessMerge branch 'master' into autoconfig
2008-07-26  Joey Hessturn booleans into questions
2008-07-25  Joey HessMerge branch 'master' into autoconfig
2008-07-25  Joey HessMerge branch 'master' into autoconfig
2008-07-25  Joey Hessadd getsetup
2008-05-13  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-05-13  Joey Hessmdwn: Add a multimarkdown setup file option.
2008-03-05  Joey Hesstest for Text::Markdown::[Mm]arkdown and use the availa...
2008-03-05  Joey Hess* Use Text::Markdown::markdown, since version 1.0.16...
2008-01-09  Joey Hessnot only markdown adds gunk, so remove it in the main...
2008-01-09  Joey Hess* mdwn: When htmlizing text, if it's a single line...
2007-11-27  Joey Hess* Improve workaround for perl bug #376329. Rather than...
2007-04-27  joey* pagespec_match() has changed to take named parameters...
2006-12-29  joey* Initial work on internationalization of the program...
2006-09-16  joeyoops...
2006-09-16  joey* Support Text::Markdown from CPAN, which has a differe...
2006-09-16  joey* Deal with CPAN installing Markdown as Text::Markdown...
2006-09-09  joey* Work on firming up the plugin interface:
2006-08-28  joey* Change htmlize, format, and sanitize hooks to use...
2006-08-10  joey* Improve markdown loading. First, try to load it as...
2006-08-10  joey* Display an error message if /usr/bin/markdown can...
2006-07-03  joey* Support htmlize plugins and make mdwn one such plugin...