﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35533	urlize() makes a bit of a mess of links embedded in Markdown	Simon Willison	JaeHyuckSa	"I have this input text:

{{{
Annotated versions of talks I have given, with extensive notes and additional links. Here's [how I make these](https://simonwillison.net/2023/Aug/6/annotated-presentations/).
}}}

After running through Django's urlize helper function I got this:
{{{
... Here&#x27;s [how I make <a href=""http://these](https://simonwillison.net/2023/Aug/6/annotated-presentations/)"" rel=""nofollow"">these](https://simonwillison.net/2023/Aug/6/annotated-presentations/)</a>
}}}"	Bug	closed	Utilities	5.1	Normal	fixed		Adam Johnson	Ready for checkin	1	0	0	0	0	0
