X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/39fd60f1abcba33f3d793185cc0e31fb56441215..c5de930a63e89c4393ee25c5c18b7eb2681af574:/doc/bugs/markdown_module_location.mdwn diff --git a/doc/bugs/markdown_module_location.mdwn b/doc/bugs/markdown_module_location.mdwn index e72569f35..59b565ddc 100644 --- a/doc/bugs/markdown_module_location.mdwn +++ b/doc/bugs/markdown_module_location.mdwn @@ -8,8 +8,27 @@ the Debian markdown, which I guess you can consider a blocking bug of this. I tried to come up with the magical invocation to allow either location to be used by ikiwiki, but I couldn't do it. --- JamesWestby +-- [[JamesWestby]] Fixed, I think --[[Joey]] -[[bugs/done]] +> Fraid not. The import works ok, but I get + `Undefined subroutine &Markdown::Markdown called at IkiWiki/Plugin/mdwn.pm line 41.` +> This is what stumped me, I was trying to import as an alias, but couldn't work +> out how to do it. A flag if you use the second import would be an ugly solution. +> -- [[JamesWestby]] + +Ok, the markdown in CPAN must be an entirely different version then if it +doesn't has a Markdown::Markdown. Interesting, I'll have a look at it. +--[[Joey]] + +> It works if you use Text::Markdown::Markdown, sorry, I forgot to mention that. +> --JamesWestby + +I think what I've committed now will work in all cases. Well, unless there +are even more forks of markdown out there (the CPAN module is a fork +apparently...) + +[[bugs/done]] --[[Joey]] + +> It now compiles here, thanks. --JamesWestby