]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin/mdwn.pm
improve handling of typoed or problem rcs
[ikiwiki.git] / IkiWiki / Plugin / mdwn.pm
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...