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.
2 parents a6ca772 + ec0e139 commit 4e6bd3fCopy full SHA for 4e6bd3f
README.md
@@ -113,7 +113,7 @@ method repeatedly (i.e. use the "class" form above).
113
114
```javascript
115
var linkedText = Autolinker.link( "Check out google.com" );
116
-// Produces: "Check out <a href="http://google.com" target="_blank">google.com</a>"
+// Produces: "Check out <a href="http://google.com" target="_blank" rel="noopener noreferrer">google.com</a>"
117
118
var linkedText = Autolinker.link( "Check out google.com", {
119
newWindow: false
0 commit comments