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: 33443
Status: open
Priority: 0/
Queue: Text-Markdown

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Edge case for angle encoding.
Input: x<max(a,b) The Dingus says: <p>x<max(a,b)</p> Expect: <p>x&lt;max(a,b)</p>
This is expected. angle encoding only happens when the angle bracket is surrounded by whitespace. That said, I'll have a look at what the other Markdown implementations do here, and if they're all behaving differnetly, I may do that..