-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create links that open in new tab when clicked #18
Comments
It is generally considered better user experience if the choice to open a link in a new tab is left to the user (who can use I would therefore not implement this for the coding club website. Closing issue, but please reopen if you do not agree. |
I should have specified better, I meant the link in the coding club presentations. |
Thanks @peterdesmet and @EmmaCartuyvels1!
It is at least worth a try. |
@EmmaCartuyvels1 : I have just checked your option locally but I am afraid it doesn't work properly on GitHub Pages: I will check further |
It seems that there is no better way than using basic html syntax: <a href="https://inbo.be" target="_blank" rel="noopener noreferrer">Inbo</a> If somebody finds something else, please shoot it! The less code I have to write to make the slides, the better. |
Most posts at stackoverflow drop the |
Should be possible using this syntax:
link{target="_blank"}
The text was updated successfully, but these errors were encountered: