X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ced0e9f9866a4e609203e6d1c43fa76f7fdecc55..f2a87addc63114edd3e096cff286bc3b19989df3:/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 0a509ae2a..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 @@ -8,11 +8,11 @@ This patch allows IkiWiki to work with either of the two: > 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]] +[[!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 { @@ -42,4 +42,4 @@ The above patch, which is against ikiwiki-2.40, should fix [[bugs/markdown_modul -- [[HenrikBrixAndersen]] -[[tag patch]] +[[!tag patch]]