Uh oh!
There was an error while loading. Please reload this page.
Add rel tag to links - #350
Conversation
blaiz
commented
Dec 3, 2019
This looks great! I also have a need for this prop. Hopefully this can be merged soon. |
benliger1987
commented
Feb 3, 2020
Any progress on merging this? Seems like a pretty crucial commit security wise |
Would be nice to be able to add optionally |
wchargin
commented
Jun 29, 2020
@rexxars: Friendly ping :-) if you get a chance to look at this, that’d |
madhums
commented
Jul 7, 2020
Can anyone merge this and do a release? Seems like an important fix! |
fcsonline
commented
Sep 18, 2020
Can this be merged? Is something blocking it? |
juancarlosqr
commented
Sep 23, 2020
@fcsonline no blocker, the repo looks like is not maintained anymore :( any comment @rexxars? |
wooorm
commented
Oct 8, 2020
You can use a plugin for that: https://github.com/remarkjs/remark-external-links |
@wooorm That would be a preferable solution. I just tried it but without success. EDIT: NVM I just saw your other comment here |
wooorm
commented
Oct 9, 2020
there’s a PR merged that solves that which will be released soon |
adarnon
commented
Oct 27, 2020
Has anyone managed to get |
MorelSerge
commented
Jan 14, 2021
@adarnon I haven't been able to on 5.0.3 |
wassim
commented
Jan 30, 2021
|
statico
commented
Aug 2, 2021
As of August, 2021, remark-external-links seems to work fine. |
Hi,
For security reasons external links should be able to have a
reltag (.e.g. "noopener noreferrer"). More info hereI created a
linkReloption to add the tag, similar tolinkTargetThis is the first year I participate in the Hacktoberfest, so I'm open to any comments or feedback regarding my contribution 😉
Happy Hacktoberfest!