]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn
web commit by http://edward.myopenid.com/: fix code block rendering
[ikiwiki.git] / doc / todo / Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn
index 83b3f16ba65591681159f64e3d1cd2d6da5b9f42..0a509ae2a22d2831a05b21103c99ee3fd18c9876 100644 (file)
@@ -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 (@) { #{{{
@@ -36,3 +42,4 @@ The above patch, which is against ikiwiki-2.40, should fix [[bugs/markdown_modul
 
 -- [[HenrikBrixAndersen]]
 
+[[tag patch]]