Fix for <hr@example.com> begin taken as a HR tag.
This commit is contained in:
parent
12b770648e
commit
367f394933
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue