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.

John_Maxwell_IV comments on LessWrong could grow a lot, but we're doing it wrong. - Less Wrong Discussion

51 Post author: Epiphany 20 August 2012 05:21AM

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

Comments (106)

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

Comment author: John_Maxwell_IV 20 August 2012 06:27:56AM 1 point [-]

For bullet points, what works for me is to either use asterisks and separate the bullet points by blank lines, or add 2 spaces to the end of lines that I want to break.

Comment author: Xachariah 20 August 2012 06:54:30AM *  1 point [-]

That usually works for me, but the quotes just seem to mess things up. Specifically quotes with bullet points after a quote without a bullet point seem to cause troubles.

  • Bullet point

    • Quote with bullet point

      Quote
      * Quote but no bullet point

    Edit: After testing, it seems that the first item on the list controls whether anything can be a bullet point within a quote. Odd, but at least I understand it now.

Editx2, Ah shoot. Now I can't figure out how to escape quotes properly. I think I'll quit while I'm ahead.

Comment author: loup-vaillant 20 August 2012 11:33:39PM *  1 point [-]

Let's see…

Begin quote

  • Try bullet point…

Source code (indent with 4 spaces):

> Begin quote
>
> * Try bullet point…

Now…

  • Bullet point

    • Bullet point inside quote inside bullet point

      Quote inside quote inside bullet point.

      • Aaand the bullet point!

       

    Looks like it works.
Source code:

* Bullet point
  > * Bullet point inside quote inside bullet point
  > > Quote inside quote inside bullet point.
  > >
  > > * Aaand the bullet point!
  > >
  > > [non-breakable space (the actual one, not '&nbsp')]
  >
  > Looks like it works.