X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/265161e7051f518a4ab4c636bfed55f5a411b2f6..9637e66932c72381adba4c56bb4d23d2539db717:/doc/todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn 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 83b3f16ba..6b9fa0535 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,9 +4,15 @@ 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 (@) { #{{{ + @@ -28,14 +28,20 @@ sub htmlize (@) { $markdown_sub=\&Markdown::Markdown; } else { @@ -36,3 +42,4 @@ The above patch, which is against ikiwiki-2.40, should fix [[bugs/markdown_modul -- [[HenrikBrixAndersen]] +[[!tag patch]]