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
df6fe915
Commit
df6fe915
authored
Dec 18, 2013
by
Emanuil Rusev
Browse files
Merge pull request #48 from kaamaru/master
Fix HTML Bug
parents
0f027dc0
576b0ea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Parsedown.php
View file @
df6fe915
...
...
@@ -618,6 +618,12 @@ class Parsedown
isset
(
$element
[
'last'
])
and
$markup
.
=
'</'
.
$list_type
.
'>'
.
"
\n
"
;
break
;
case
'markup'
:
$markup
.
=
$this
->
parse_span_elements
(
$element
[
'text'
])
.
"
\n
"
;
break
;
default
:
...
...
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