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
[–] 31 points 3 years ago* (17 children)

I had thought those where your words at first, you can quote like this;

These people who are mad, they’re mad because they used to get something for free, and now it’s going to be not free. And that free comes at the expense of our other users and our business. That’s what this is about. It can’t be free.

I'm struggling to show you what symbol it is without it turning into a quote, so here's a picture of the greater than symbol;

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

    To display formatting characters without having them actually affect formatting, put a backslash in front of them. Like this:

    \>

    That produces this:

    >

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

    Oh, nice! So I set the quote in between the greater then and less then symbols and it will show the quote? That is pretty cool. Thank you.

  • source
  • parent
  • hideshow 13 child 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