Merge pull request #48 from kaamaru/master

Fix HTML Bug
This commit is contained in:
Emanuil Rusev 2013-12-18 10:36:06 -08:00
commit df6fe915c6
1 changed files with 6 additions and 0 deletions

View File

@ -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: