Sometimes I'd like to link to another answer of the same question in my own answer. The simple way to do it is to copy the permalink of the answer and use that. However, that is likely to reload the page when clicking the link because SO links are not normalized to a canonical form. I also tried making a link of the form [link](#id) but this won't render.
I'd prefer a technique that avoids reloading the page, if possible.
(EDIT: If there's no better way of doing this, of course I'll accept that as an answer too. I'd just like to make sure I didn't miss something.)