Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Text-Markdown CPAN distribution.

Report information
The Basics
Id: 37909
Status: resolved
Priority: 0/
Queue: Text-Markdown

People
Owner: bobtfish [...] bobtfish.net
Requestors: joey [...] kitenet.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 1.0.1
  • 1.0.12
  • 1.0.13
  • 1.0.14
  • 1.0.16
  • 1.0.17
  • 1.0.18
  • 1.0.19
  • 1.0.2
  • 1.0.20
  • 1.0.3
  • 1.0.4
  • 1.0.5
Fixed in: (no value)



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.
http://babelmark.bobtfish.net/?markdown=%3Ca%2Bb%40c.org%3E&normalize=on I agree that this should be fixed, but it is a bug that many Markdown implementations appear to suffer from. http://six.pairlist.net/pipermail/markdown-discuss/2008-July/001361.html Your test case has been added to http://svn.kulp.ch/cpan/text_multimarkdown as r503. I'll try to fix it in the next few days, and will update this ticket once I've pushed a fixed version of the module out. Thanks for the bug report.
This should be fixed by 1.0.22 which just went to CPAN.