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

@ -619,6 +619,12 @@ class Parsedown
break;
case 'markup':
$markup .= $this->parse_span_elements($element['text'])."\n";
break;
default:
$markup .= $element['text']."\n";