|
From: Waylan L. <wa...@gm...> - 2011-06-06 17:33:40
|
On Mon, Jun 6, 2011 at 1:13 PM, Alan Hogan <co...@al...> wrote:
> I noticed today that Python-Markdown doesn’t transform angle-bracket syntax
> links when they link to pages on the Wayback machine (probably because they
> have a URL within a URL).
This appears to be working fine for me. Which version are you using?
Do you perhaps have safe_mode enabled?
>>> markdown.markdown('<http://web.archive.org/web/20100304221756/h
ttp://www.yahoo.com/>')
u'<p><a href="http://web.archive.org/web/20100304221756/http://www.yah
oo.com/">http://web.archive.org/web/20100304221756/http://www.yahoo.c
om/</a></p>'
--
----
\X/ /-\ `/ |_ /-\ |\|
Waylan Limberg
|