!fixup eb95a71

This commit is contained in:
Federico Soave 2018-03-06 02:45:48 +01:00
parent 13dd38a1f0
commit ef3516ce60

View File

@ -799,7 +799,7 @@ InlineLexer.prototype.outputLink = function(cap, link) {
if (this.nestedLink) {
out = '[' + text + cap[0].substring(1 + cap[1].length);
} else {
out = this.renderer.link(link.href, link.title, text);
out = this.renderer.link(href, title, text);
}
this.inLink = wasInLink;
this.nestedLink = wasInLink;