|
|
|
@ -667,7 +667,7 @@ InlineLexer.prototype.output = function(src) {
|
|
|
|
|
// em
|
|
|
|
|
if (cap = this.rules.em.exec(src)) {
|
|
|
|
|
src = src.substring(cap[0].length);
|
|
|
|
|
out += this.renderer.em(this.output(cap[2] || cap[1]));
|
|
|
|
|
out += this.renderer.em(this.output(cap[2] || cap[1]), cap.input);
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|