Comment 5 for bug 193622

Revision history for this message
Tzury Bar Yochay (tzury-by) wrote : Re: [Bug 193622] Re: markdown implementation does not recognizes https

As I was told (by mail) this is what they did at markdown.py and it will be
available at next revision

On Thu, Feb 21, 2008 at 7:09 AM, Anand Chitipothu <email address hidden>
wrote:

> On Thu, Feb 21, 2008 at 10:08 AM, Tzury Bar Yochay <email address hidden>
> wrote:
> > @ markdown.py replace this line:
> > AUTOLINK_RE = r'<(http://[^>]*)>' # <http://www.123.com>
> > with this one:
> > AUTOLINK_RE = r'<((?:f|ht)tps?://[^>]*)>' # <http://www.123.com>
> | <ftp://...> | <https:...>
>
> I wouldn't suggest doing that. It becomes very difficult to manage if
> we patch other modules.
> I am planning to add the workaround that I suggested to infogami.
>
> --
> markdown implementation does not recognizes https
> https://bugs.launchpad.net/bugs/193622
> You received this bug notification because you are a direct subscriber
> of the bug.
>