Including a URL in the alt text for an image breaks it, as long as the URL is preceded by a space:
Normal image

Broken image
http://meta.stackoverflow.com">
|
Including a URL in the alt text for an image breaks it, as long as the URL is preceded by a space: Normal image
Broken imagehttp://meta.stackoverflow.com"> |
||||
| show 2 more comments |
|
Since you indicated in comments you're trying to preserve the URL that's in the image, I suggest:
Rather than
Since the plain text alt for the image won't be clickable anyway, the |
|||||||
|
<a>in there, which upsets the sanitizer...this is kind of in the same thread as a number of other escape-related issues, hrm. – Tim Stone Jan 9 '12 at 18:59