!fixup eb95a71
This commit is contained in:
parent
13dd38a1f0
commit
ef3516ce60
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user