A standoff between the site and some of its most devoted users exposes an existential dilemma.

you are viewing a single comment's thread
view the rest of the comments
[–] 17 points 3 years ago* (12 children)

Not quite I think. I believe this uses markdown, which just uses the > at the beginning of a line

> This is a quote

should become

This is a quote

And if you need more lines, you just keep symboling

> 1
> 2
> 3

1
2
3

  • source
  • parent
  • hideshow 12 child comments
  • [–] 22 points 3 years ago (4 children)

    Feels like I'm back on Reddit circa 2015 LOL

  • source
  • parent
  • hideshow 4 child comments
  • [–] 33 points 3 years ago (3 children)

    This never changed for those of us who used old reddit ;)

  • source
  • parent
  • hideshow 3 child comments
  • [–] 6 points 3 years ago* (5 children)

    And I believe you can do a multi line quote with 3:

    >>> hello darkness my old friend
    I've come to speak with you again
    More
    Lines

    hello darkness my old friend
    I've come to speak with you again
    More
    Lines

    Unless I'm wrong and this isn't actually working

    Hmm well that looks like it worked too well

    > test
    With
    Several
    Lines

    test
    With
    Several
    Lines

  • source
  • parent
  • hideshow 5 child comments
  • [–] 10 points 3 years ago (4 children)

    Nah, multi-line is just

    > line 1
    line 2
    line 3
    
    

    line 1
    line 2
    line 3

    You only need multiple > if you want paragraphs:

    > paragraph 1
    
    > paragraph 2
    
    

    paragraph 1

    paragraph 2

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 3 years ago (3 children)

    Yes but when can we use ||spoilers||

  • source
  • parent
  • hideshow 3 child comments
  • [–] 6 points 3 years ago* (2 children)

    >!Testing!< is the Reddit spoiler syntax, not working yet, though: >!Test!<

  • source
  • parent
  • hideshow 2 child comments