]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin/mdwn.pm
fix eq
[ikiwiki.git] / IkiWiki / Plugin / mdwn.pm
2013-07-11  Joey Hessikiwiki (3.20130711) unstable; urgency=low
2012-03-18  Simon McVittieMerge tag '3.20120202' into trail3-integrated
2012-01-31  Amitai SchlairMerge branch 'master' of github.com:schmonz/ikiwiki
2012-01-30  Joey HessMerge remote-tracking branch 'schmonz/portability'
2012-01-25  Amitai SchlairMerge branch 'master' of git://git.ikiwiki.info into cvs
2012-01-24  Amitai SchlairMerge branch 'cvs' of github.com:schmonz/ikiwiki into cvs
2012-01-24  Amitai SchlairMerge branch 'master' of git://git.ikiwiki.info into cvs
2012-01-23  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info
2012-01-23  Joey Hessfix the nodiscount setting
2012-01-21  Amitai SchlairMerge branch 'master' into cvs
2012-01-16  Joey Hessmdwn: Added nodiscount setting, which can be used to...
2012-01-15  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info
2012-01-15  Joey HessWorkaround discount's eliding of <style> blocks.
2012-01-01  Joey Hessworkaround a bug in the discount perl binding
2012-01-01  Joey Hessdiscount support
2010-08-27  Jonas SmedegaardMerge branch 'master' of git://git.ikiwiki.info
2010-06-25  intrigeriMerge remote branch 'upstream/master' into prv/po
2010-04-17  Joey HessMerge remote branch 'davrieb/autotag' into autotag
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-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-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...