Improper escaping of <hr>'s
Status: Beta
Brought to you by:
milianw
Line 236 in markdown.php, this line:
'([-*_])([ ]{0,2}\1){2,}' => '\\\\$0|', # hr
You've got an extra pipe at the end of that string. I don't think it should be there; it's not stripped when I run it back through PHP Markdown, so I end up with random pipes in my markup.