]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn
remove some links to gitweb
[ikiwiki.git] / doc / todo / Add_support_for_latest_Text::Markdown_as_found_on_CPAN.mdwn
index 83b3f16ba65591681159f64e3d1cd2d6da5b9f42..6b9fa05351aafeb1174705d7f812494c317dc2fe 100644 (file)
@@ -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]]