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.

wedrifid comments on Move the help button? - Less Wrong Discussion

15 Post author: Vaniver 28 December 2010 11:42AM

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

Comments (14)

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

Comment author: wedrifid 28 December 2010 07:52:07PM 1 point [-]

I think relabeling it would help more than moving it, but moving it might help.

Change it to "How To Quote".

Comment author: NancyLebovitz 28 December 2010 08:07:52PM 7 points [-]

No, I'm voting for "formatting help".

Unfortunately, "We don't think html is cool enough" is too long. Actually, I think markdown has some improvements over html, but I'm not sure having two sets of habits is worth it.

Comment author: jimrandomh 29 December 2010 06:38:37AM 4 points [-]

It's not a matter of coolness, but resistance to abuse. Unrestricted HTML is not an option for comments, because it can contain Javascript, or formatting that breaks the entire page. A restricted subset of HTML could be allowed, but it would be about as complicated to support as Markdown is. Support for Markdown came free with the Reddit code base, but adding restricted HTML as an option would be a nontrivial project.

Comment author: nhamann 29 December 2010 02:47:05AM *  1 point [-]

Agreed on "formatting help" as the link name, but HTML is bad news for making up content. It's way more verbose than Markdown, and I would much prefer not to manually insert paragraph tags. Besides, Github uses Markdown for readmes now, so I can see it becoming something of a standard (if it isn't already).