You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

gwern comments on Participation in the LW Community Associated with Less Bias - Less Wrong Discussion

31 Post author: Unnamed 09 December 2012 12:15PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (49)

You are viewing a single comment's thread. Show more comments above.

Comment author: gwern 10 December 2012 08:50:33PM 4 points [-]

Markdown code syntax is indent each line by >=4 spaces; LW's implementation is subtly broken since it's stripping all the internal indentation, and another gotcha is that you can't have any trailing whitespace or lines will be combined in a way you probably don't want.

MediaWiki syntax is entirely different and partially depends on what extensions are enabled.