lukeprog comments on PSA: Please list your references, don't just link them - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (43)
I couldn't find this quickly: What's the Markdown and HTML for adding tooltips?
In Markdown, it goes like
[displayed text](hyperlink "tooltip alt text"); in HTML I think it's an additional argument to<a>or<href>which goestitle="tooltip alt text", so for my example above:Markdown:
[paranoid archiving for Internet links](http://www.gwern.net/Archiving%20URLs "'Archiving URLs', gwern 2013")HTML:
<a href="<http://www.gwern.net/Archiving%20URLs>" rel="nofollow" title="'Archiving URLs', gwern 2013">paranoid archiving for Internet links</a>This should probably be added to the official formating help page of lesswrong.
Here you go: http://wiki.lesswrong.com/wiki/Comment_formatting#Link_tooltips_.2F_alt_texts_.2F_titles