mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
@@ -742,7 +742,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(cap[1] + cap[2]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user