https://rawgit.com/mrdoob/three.js/dev/docs/#manual/introduction/Loading-3D-models
At least for me, I am getting either:

or a completely blank page when clicking on any of the exporter links within the doc.
This is the case in both chrome and firefox.
Putting target="_blank" in the link html fixes the issue.
Putting target="_blank" in the link html fixes the issue.
Yes, external pages should open in a new tab. :+1:
They should also have rel="noopener" for security, although I'm not sure if this is still an issue for newer browsers.
@titansoftime Do you want to make the PR?
At work, gotta pick up kids. Possibly Saturday or Sunday sure.
Meh, did it during lunch.
Updated PR.
Use [link:http://www.examplesite.com link text] instead, it will get converted to an actual link during page load. Ideally all links should be converted to this format for flexibility.
Other docs/ pages that don't have any target attribute (I already have an open PR so I can't make another one):
@d07RiV The usage of [link:...] is not free of bugs. If there are special characters in the link name like ` or &, the link is not resolved.
I already have an open PR so I can't make another one.
Why not? That should not be no problem with a new branch.
But the code that processes links can be fixed, which seems to be a better solution than trying to update a bunch of html files.
Branches are confusing, I'll see if I can manage it :(
But the code that processes links can be fixed, which seems to be a better solution than trying to update a bunch of html files.
That's right. I'd would be great if you can have a look.