Fixed small error in emphasis parser.
This commit is contained in:
parent
f6a8c76f17
commit
1cd4dccefd
1 changed files with 1 additions and 1 deletions
|
|
@ -1231,7 +1231,7 @@ class Markdown_Parser {
|
|||
$span = $this->runSpanGamut($span);
|
||||
$span = "<em>$span</em>";
|
||||
$text_stack[0] .= $this->hashPart($span);
|
||||
$strong = '';
|
||||
$em = '';
|
||||
} else {
|
||||
$text_stack[0] .= $token;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue