Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
parsedown
Commits
f43f54b8
Commit
f43f54b8
authored
Oct 23, 2013
by
Emanuil Rusev
Browse files
remove redundant parse_inline_elements call
parent
d733acc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Parsedown.php
View file @
f43f54b8
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment