Dan_Moore comments on Procedural Knowledge Gaps - Less Wrong

126 Post author: Alicorn 08 February 2011 03:17AM

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

Comments (1477)

You are viewing a single comment's thread.

Comment author: Dan_Moore 08 February 2011 06:36:19PM 2 points [-]

Something I am baffled at is how to quote a post on this website so that a vertical line segment appears to the left of the quoted text. I have a guess, but I don't want to clunky failed HTML attempt show up.

Comment author: ata 08 February 2011 06:39:52PM *  6 points [-]
> blah
> > zoop

becomes:

blah

zoop

Comment author: Dan_Moore 08 February 2011 07:05:09PM 1 point [-]

blah

zoop

Thanks!

Comment author: NancyLebovitz 08 February 2011 07:02:01PM 3 points [-]

Also, it's not great if a failed html attempt shows up, but it's no disaster-- this site doesn't have preview for comments, and I expect I'm not the only one who might take a comment through several edits before it's probably cleaned up.

In any case, comments here use Markdown (most common features are non-obviously available from the Help link on the lower right of the comment box), not html.

I don't have a complete grasp of how to format posts, but there's an html tag at the top, so you can just write them in html.

Comment author: Eugine_Nier 08 February 2011 07:13:14PM 2 points [-]

Also, is there any formatting guide for this website more detailed then the one you get by clicking on the help link?

Comment author: ata 08 February 2011 08:07:36PM *  1 point [-]

Here's the spec for Markdown, the comment formatting language used here. (Not all of the syntax is available here — e.g. raw HTML isn't allowed, and I don't think headers are permitted in comments — bur most of it is usable.)

Comment author: Douglas_Knight 08 February 2011 11:29:59PM 0 points [-]

Here is a markdown sandbox, for you to experiment, though I agree with Nancy.