rehypejs/rehype-external-links

Change defaults to not add `target`, `rel` should just be `['nofollow']`

wooorm opened this issue · 2 comments

Initial checklist

Problem

This plugin’s defaults behavior disagrees with reasonable web recommendations (https://css-tricks.com/use-target_blank/) accessibility recommendation (https://www.w3.org/TR/WCAG20-TECHS/G201.html), or precedence set by sites such as GitHub.

Solution

  • do not add target
  • rel should just be ['nofollow']

Alternatives

n/a

@wooorm #5 fixes this issue

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.