Subject: | does not recognise email addresses containing "+" |
joey@kodama:~>echo '<a+b@c.org>' | markdown
<p><a+b@c.org></p>
Besides putting MarkDown in company with every stupid web form in the
world that doesn't know what's legal in an email address :-) , this has
annoying consequences if the markdown output is run through something
like HTML::Scrubber to remove bad and unknown html tags, since the
unprocessed email address looks like such a tag, and is removed.