mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
remove redundant parse_inline_elements call
This commit is contained in:
parent
d733acc94e
commit
f43f54b877
@ -506,8 +506,6 @@ class Parsedown
|
||||
$element = '<a href="'.$matches[4].'">'.$element_text.'</a>';
|
||||
}
|
||||
|
||||
$element_text = $this->parse_inline_elements($matches[1]);
|
||||
|
||||
# ~
|
||||
|
||||
$code = "\x1A".'$'.$index;
|
||||
|
Loading…
Reference in New Issue
Block a user