github-profile-readme-generator
github-profile-readme-generator copied to clipboard
Wrong link target
When add profiles to the Socials/"Connect with me" Tab the link targets are wrongly generated.
All the social links have the wrong target attribute:
<a href="..." target="blank"> ... </a>
It should be:
<a href="..." target="_blank"> ... </a>
To fix the issue markdown.js L.78 probably needs to be changed, so that the target attribute is correctly set. This also applies to the twitter badge and maybe some other occurrences in the whole repo.
~ Lars
Thanks for opening your first issue here! Your contribution means alot. 🙌 Join Discord Server (https://discord.gg/HHMs7Eg) for discussing issues, pull-requests, new features, etc.
i can work on it can u please assign this to me