Open JLKwong opened 3 years ago
I have several ideas on whats going on
./pages/vi/#Login_to_GitHub_with_your username_and_password
, which is a relative path..treehouses.io/pages/vi/#Login_to_GitHub_with_your username_and_password
So I don't know how strong your jQuery skills (its like Javascript + DOM), but I would probably start in treehouses.github.io/mdwiki/js/
. Start with the util.js file and move my way up through the /js/
directory and see what would finally make it work.
Though I honestly don't know if we are allowed to modify the MDwiki template. So you may want to ask @dogi or the Systems team before preceding.
Problem
In Step 3, GitHub and Markdown, the anchor links for the summary of the steps will open an invalid page if opened in a new tab.
Steps to reproduce the problem
GitHub and Markdown
tutorialStart Here
Right-click or middle-click (with the scroll-wheel) one of the links to open it in a new tab.
Screenshots
Proposed solution
N/A (I don't know how to resolve this in HTML/MDwiki)