when we are clicking on links in readme how can we direct user to new tab like we do with normal html target=_blank
how could we do it in readme
If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 馃 . Any questions let us know.
https://stackoverflow.com/questions/3492153/markdown-open-a-new-window-link
.md has no such functionality. You can use html tags.
I tried using HTML but it wasn't working adding target="_blank"
Ok sorry haven't looked correctly 馃槄 https://stackoverflow.com/questions/41915571/open-link-in-new-tab-with-github-markdown-using-target-blank seems there is no target in github readme... may some of you have an other solution
Thank you for your responses but Nothing worked for me
It won't work maybe because it's security features of GitHub, they don't allow that thing to work in markdown.
I _think_ xhtml might make a way(*investigating further on this)
Checkout the second "Hello World" over here.. It opens into a new tab.
https://github.com/Vyvy-vi/Vyvy-vi/blob/main/README.md
How was that possible? which command did you used
@Aanandgupta here is the raw file https://raw.githubusercontent.com/Vyvy-vi/Vyvy-vi/main/README.md