aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/mdwn.pm
Commit message (Expand)AuthorAge
* Fix inverted footnote config with MultiMarkdown.Amitai Schleier2019-09-04
* mdwn: Automatically detect which libdiscount flags to useSimon McVittie2018-03-08
* mdwn: Restore historical behaviourSimon McVittie2018-01-29
* mdwn: Don't enable alphabetically labelled ordered lists by defaultSimon McVittie2017-05-16
* mdwn: Enable footnotes by default when using DiscountSimon McVittie2017-05-14
* mdwn: Don't mangle <style> into <elyts> under some circumstancesSimon McVittie2017-05-14
* mdwn: Make flags passed to libdiscount explicitSimon McVittie2017-05-14
* Process .md like .mdwn, but disallow web creation.Amitai Schlair2016-03-08
* protect $@ whenever a block using $@ is non-trivialSimon McVittie2014-02-21
* fix the nodiscount settingJoey Hess2012-01-23
* mdwn: Added nodiscount setting, which can be used to avoid using the markdown...Joey Hess2012-01-16
* Workaround discount's eliding of <style> blocks.Joey Hess2012-01-15
* workaround a bug in the discount perl bindingJoey Hess2012-01-01
* discount supportJoey Hess2012-01-01
* format plugin categorizationJoey Hess2010-02-12
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* mdwn: Avoid trying to use multimarkdown if it is not installed.Joey Hess2009-10-26
* add a long name for mdwn ("Markdown")Jon Dowland2009-05-16
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* remove default values in getsetupJoey Hess2008-07-26
* turn booleans into questionsJoey Hess2008-07-26
* add getsetupJoey Hess2008-07-25
* mdwn: Add a multimarkdown setup file option.Joey Hess2008-05-13
* test for Text::Markdown::[Mm]arkdown and use the available oneJoey Hess2008-03-04
* * Use Text::Markdown::markdown, since version 1.0.16 of Text::MarkdownJoey Hess2008-03-04
* not only markdown adds gunk, so remove it in the main htmlize functionJoey Hess2008-01-09
* * mdwn: When htmlizing text, if it's a single line with no newline,Joey Hess2008-01-09
* * Improve workaround for perl bug #376329. Rather than double-encoding,Joey Hess2007-11-27
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
* oops...joey2006-09-16
* * Support Text::Markdown from CPAN, which has a different interface fromjoey2006-09-16
* * Deal with CPAN installing Markdown as Text::Markdown, while it's joey2006-09-16
* * Work on firming up the plugin interface:joey2006-09-09
* * Change htmlize, format, and sanitize hooks to use named parameters.joey2006-08-28
* * Improve markdown loading. First, try to load it as a properl perl module,joey2006-08-10
* * Display an error message if /usr/bin/markdown can't be loaded.joey2006-08-10
* * Support htmlize plugins and make mdwn one such plugin, which is enabled byjoey2006-07-03