thomblake comments on Issues, Bugs, and Requested Features - Less Wrong

10 Post author: Eliezer_Yudkowsky 26 February 2009 04:45PM

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

Comments (628)

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

Comment author: thomblake 27 February 2009 04:57:27PM 5 points [-]

Seconded. Even a generic box people can look at where I can write

http://thomblake.com http://thomblake.mp twitter: @thomblake

would be good

Comment author: thomblake 27 February 2009 04:59:43PM 1 point [-]

Also, in comments - single line-breaks being converted to <br /> or whatever would be cool. Or is there MarkDown for that? Is what's under "Help" all there is?

Comment author: wmoore 02 March 2009 06:20:19AM 3 points [-]

Most features of Markdown are supported, except inline HTML. According to the official spec line breaks are made as follows (which I tested and it works on Less Wrong)

When you do want to insert a <br /> break tag using Markdown, you end a line with two or more spaces, then type return.

Perhaps we should include a link to more extensive formatting info in the help table.