already fixed in git
parent
e2924778de
commit
ced0e9f986
|
@ -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]]
|
||||
|
|
|
@ -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 (@) { #{{{
|
||||
|
|
Loading…
Reference in New Issue