diff --git a/doc/bugs/markdown_module_location.mdwn b/doc/bugs/markdown_module_location.mdwn index 5478ed9f3..3e2e4daa5 100644 --- a/doc/bugs/markdown_module_location.mdwn +++ b/doc/bugs/markdown_module_location.mdwn @@ -46,3 +46,4 @@ apparently...) > then perhaps you need to find a less evil version... --[[Joey]] >> The patch in [[todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN]] adds support for Text::Markdown::markdown(). -- [[HenrikBrixAndersen]] +>> Doesn't fix the above double free though. Nevertheless, I think I'm going to call this [[done]] since I already added support for Text::Markdown::markdown in git earlier this week. --[[Joey]] diff --git a/doc/todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn b/doc/todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn index 3690df123..0a509ae2a 100644 --- a/doc/todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn +++ b/doc/todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn @@ -4,6 +4,12 @@ It seems that the Text::Markdown module as found on CPAN is now identical to Tex This patch allows IkiWiki to work with either of the two: +> I already wrote such a patch a few days ago and applied it to git. Might +> be a good idea to check out current git master before spending time on +> patches in the future. Thanks for the work anyway.. --[[Joey]] + +[[tag done]] + --- IkiWiki/Plugin/mdwn.pm.orig 2008-03-08 11:33:50.000000000 +0100 +++ IkiWiki/Plugin/mdwn.pm 2008-03-08 13:37:21.000000000 +0100 @@ -28,14 +28,20 @@ sub htmlize (@) { #{{{