Skip to content
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

Make all the links opened in a new tab #94

Open
devienyogiana opened this issue May 3, 2021 · 8 comments
Open

Make all the links opened in a new tab #94

devienyogiana opened this issue May 3, 2021 · 8 comments

Comments

@devienyogiana
Copy link

I think it would be more convenient for the user to open all the links in a new tab.

@empeje
Copy link
Contributor

empeje commented May 3, 2021

That's an excellent idea. Could you point out which links should be in the new tab which link should be in the same tab?

@devienyogiana
Copy link
Author

I suppose all the links from step 0 to 9 should be in a new tab since the aspiring interns will navigate back and forth to those pages.
All the links in the header page such as FAQ, Member can be in the same tab

@empeje
Copy link
Contributor

empeje commented May 3, 2021

Sounds like a plan. You can go ahead implementing it in a pull request.

@devienyogiana
Copy link
Author

After doing some research, it turns out that it's not possible to do this without adding some html code.

@empeje
Copy link
Contributor

empeje commented May 8, 2021

Yes, that's one of the challenges of using Markdown purely. Please explore other potential improvement and create a new issue.

@Divyansh1011
Copy link

we can try tackling this problem by using this

[link](url){:target="_blank"}

@Divyansh1011
Copy link

@empeje
Copy link
Contributor

empeje commented Sep 6, 2021

That's a good idea @Divyansh1011, could you please try to demonstrate in a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants