We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5e3b8 commit 1335b53Copy full SHA for 1335b53
site/_core/Marked.js
@@ -714,7 +714,7 @@ InlineLexer.prototype.outputLink = function(cap, link) {
714
href: this.sanitizeUrl(link.href),
715
title: link.title,
716
target: shouldOpenInNewWindow ? '_blank' : null,
717
- rel: shouldOpenInNewWindow ? 'noopener noreferrer' : null
+ rel: shouldOpenInNewWindow ? 'nofollow noopener noreferrer' : null
718
}, this.output(cap[1]));
719
} else {
720
return React.DOM.img({
0 commit comments