| Commit message (Expand) | Author | Age |
* | protect $@ whenever a block using $@ is non-trivial | Simon McVittie | 2014-02-21 |
* | fix the nodiscount setting | Joey Hess | 2012-01-23 |
* | mdwn: Added nodiscount setting, which can be used to avoid using the markdown... | Joey Hess | 2012-01-16 |
* | Workaround discount's eliding of <style> blocks. | Joey Hess | 2012-01-15 |
* | workaround a bug in the discount perl binding | Joey Hess | 2012-01-01 |
* | discount support | Joey Hess | 2012-01-01 |
* | format plugin categorization | Joey Hess | 2010-02-12 |
* | Group related plugins into sections in the setup file, and drop unused rcs pl... | Joey Hess | 2010-02-11 |
* | mdwn: Avoid trying to use multimarkdown if it is not installed. | Joey Hess | 2009-10-26 |
* | add a long name for mdwn ("Markdown") | Jon Dowland | 2009-05-16 |
* | finalise version 3.00 of the plugin api | Joey Hess | 2008-12-23 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | add plugin safe/rebuild info (part 1 of 2) | Joey Hess | 2008-08-03 |
* | remove default values in getsetup | Joey Hess | 2008-07-26 |
* | turn booleans into questions | Joey Hess | 2008-07-26 |
* | add getsetup | Joey Hess | 2008-07-25 |
* | mdwn: Add a multimarkdown setup file option. | Joey Hess | 2008-05-13 |
* | test for Text::Markdown::[Mm]arkdown and use the available one | Joey Hess | 2008-03-04 |
* | * Use Text::Markdown::markdown, since version 1.0.16 of Text::Markdown | Joey Hess | 2008-03-04 |
* | not only markdown adds gunk, so remove it in the main htmlize function | Joey Hess | 2008-01-09 |
* | * mdwn: When htmlizing text, if it's a single line with no newline, | Joey Hess | 2008-01-09 |
* | * Improve workaround for perl bug #376329. Rather than double-encoding, | Joey Hess | 2007-11-27 |
* | * pagespec_match() has changed to take named parameters, to better allow | joey | 2007-04-27 |
* | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | 2006-12-29 |
* | oops... | joey | 2006-09-16 |
* | * Support Text::Markdown from CPAN, which has a different interface from | joey | 2006-09-16 |
* | * Deal with CPAN installing Markdown as Text::Markdown, while it's | joey | 2006-09-16 |
* | * Work on firming up the plugin interface: | joey | 2006-09-09 |
* | * Change htmlize, format, and sanitize hooks to use named parameters. | joey | 2006-08-28 |
* | * Improve markdown loading. First, try to load it as a properl perl module, | joey | 2006-08-10 |
* | * Display an error message if /usr/bin/markdown can't be loaded. | joey | 2006-08-10 |
* | * Support htmlize plugins and make mdwn one such plugin, which is enabled by | joey | 2006-07-03 |