arundelo comments on death-is-bad-ism going a little bit more mainstream? - Less Wrong
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 (32)
I used to have trouble remembering the exact Markdown syntax for links. It's easier to remember when viewed in light of Markdown's intent of being as close as possible to normal human-readable text:
Edit -- other pitfalls:
There must be no space between the close square bracket and the open parenthesis.
If the link contains a close parenthesis it must be preceded with a backslash. So if a link's last few characters are
foo)the Markdown version's last few characters should befoo\))(note the two close parentheses -- a backslash-escaped one that is part of this particular link, followed by one that is part of the Markdown link syntax).In Less Wrong's Markdown implementation, the link needs to include the
or
part at the beginning. If it's left out, the link text and everything will disappear.