gjtorikian / html-pipeline

HTML processing filters and utilities
MIT License
2.27k stars 382 forks source link

Open link in new tab option #266

Closed kenold closed 1 year ago

kenold commented 7 years ago

Please add option to open link in new tab and add a target variable in _config.yml

jekyll-mentions:
  target: blank
emmahsax commented 4 years ago

I would also appreciate this as an option.

DhanabakiyamS commented 3 years ago

tarket=_blank

gjtorikian commented 1 year ago

A new (beta) release of HTML-Proofer has been released, v3.0.0.pre1. I tried to go back and address all the issues in this repo. For this specific issue, I think it's outside the scope of the project. You can create your own NodeFilter to add this attribute though; see the updated README for more information.