diff --git a/markdown.php b/markdown.php index 49fe027..3b70426 100644 --- a/markdown.php +++ b/markdown.php @@ -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