, cap.input

dev_aliyun_beta
hjm 5 years ago
parent 8168def49f
commit 11acc5a107

@ -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;
}

Loading…
Cancel
Save