Reposted from this answer
The following markdown breaks:

It renders..
<b>Testing something" title="" />
For example:
<b>Testing something" />
|
Reposted from this answer The following markdown breaks:
It renders..
For example: <b>Testing something" /> |
||||
|
|
|
It's weird because per the babemark test of this example: This shouldn't be happening in markdown.pl 1.0.1 or markdown.pl 1.0.2b8. It's got to be something we're doing, somehow... Edit: ah, I see. The sanitizer is rejecting this. Markdown input
Markdown output
Thus, it's not a Markdown issue, per se.. I'm not sure we really want to allow html tags of any sort inside the alt tag. So I am closing this as [status-bydesign]. |
||||
|
|
|
Given Jeff's explanation, it would make sense that the following Markdown would work:
...and it does. ;-)
|
|||
|
|