Fix for <hr@example.com> begin taken as a HR tag.

This commit is contained in:
Michel Fortin 2008-02-27 23:19:19 -05:00
parent 12b770648e
commit 367f394933

View file

@ -434,8 +434,7 @@ class Markdown_Parser {
[ ]{0,'.$less_than_tab.'}
<(hr) # start tag = $2
\b # word break
([^<>])*? #
'.$attr.' # attributes
/?> # the matching end tag
[ ]*
(?=\n{2,}|\Z) # followed by a blank line or end of document