Possible Duplicate:
Support anchor names in posts
This is similar to 37894, but I don't think it's a dupe. Markdown should support links that are just named anchors, like [foo](#12345). I occasionally reference existing answers in comments or my own answers if I'm expanding on them, and currently I need to include the full URL to get Markdown to link it, which seems unnecessary. Just copying the answer's link is annoying because it's a different URL, so when users click it it loads a new page, even though it's actually the exact same page. To get around it I tend to take the current URL and splice in the #id of the answer I'm linking to, but Markdown should assume that if I just include the #id part