5 votes

do quotes work as described in the docs?

You can quote someone with a > at the start of the line.
Subsequent quoted paragraphs will be merged into a single blockquote, even if there is a blank line between them. To prevent this and have each quote in its own separate block, include at least two blank lines between quoted paragraphs, or add something else between them such as text or a horizontal rule.

10 comments

  1. [10]
    Cycloneblaze
    Link
    Travelers from the United States and the rest of the world already had been excluded from visiting the European Union — with few exceptions mostly for repatriations or “essential travel” —- since...

    European nations are currently haggling over two potential lists of acceptable visitors based on how countries are faring with the coronavirus pandemic. Both lists include China, as well as developing nations like Uganda, Cuba and Vietnam. Both also exclude the United States and other countries which were deemed too risky because of the spread of the virus.

    Travelers from the United States and the rest of the world already had been excluded from visiting the European Union — with few exceptions mostly for repatriations or “essential travel” —- since mid-March. But a final decision on reopening the borders is expected early next week, before the bloc reopens on July 1.

    Despite the disruptions caused by such a ban, European officials involved in the talks said it was highly unlikely an exception would be made for the United States. They said that the criteria for creating the list of acceptable countries had been deliberately kept as scientific and nonpolitical as possible.

    Including the United States now, the officials said, would represent a complete flouting of the bloc’s reasoning. But they said the United States could be added later to the list, which will be revised every two weeks based on updated infection rates.

    The E.U. agency for infectious diseases, the European Center for Disease Prevention and Control, warned negotiators that the case numbers were so dependent on the level of truthfulness and testing in each country, that it was hard to vouch for them, officials taking part in the talks said.

    [...]

    European embassies around the world could be enlisted to help verify or opine on the data provided that would inform the final list, negotiators said, another indication that the list could end up being quite short if European diplomats at embassies said reported numbers were unreliable.

    1. [9]
      Cycloneblaze
      Link Parent
      The paragraphs above have either 1 or 2 spaces between them (you can see in the source) but both break the blockquote, in contradiction to what the docs say. Is that a bug or am I misreading the docs?

      The paragraphs above have either 1 or 2 spaces between them (you can see in the source) but both break the blockquote, in contradiction to what the docs say. Is that a bug or am I misreading the docs?

      1. [9]
        Comment deleted by author
        Link Parent
        1. Deimos
          Link Parent
          Blech, yeah, having to treat text inside code blocks differently is difficult because this happens as part of pre-processing the markdown, and it's not easy to tell what will or won't end up...

          Off-topic but it looks like an extra > is being inserted even inside a code block @Deimos, I think that's a potential bug.

          Blech, yeah, having to treat text inside code blocks differently is difficult because this happens as part of pre-processing the markdown, and it's not easy to tell what will or won't end up eventually being code since there are multiple different ways to define a code block.

          I think this is a niche enough case that I'm not really worried about it, but fixing it would probably involve needing to post-process the HTML instead and combine subsequent <blockquote> elements together, but that would probably have its own strange edge cases.

          4 votes
        2. [6]
          cfabbro
          Link Parent
          Only one if you put another character (like a space) in the empty line. E.g. >First quote (space) >Second quote results in:

          If you'd want them separate, you need 2 empty lines between them:

          Only one if you put another character (like a space) in the empty line. E.g.

          >First quote
          (space)
          >Second quote
          

          results in:

          First quote

          Second quote

          3 votes
          1. [6]
            Comment deleted by author
            Link Parent
            1. [5]
              cfabbro
              Link Parent

              3 votes
              1. [5]
                Comment deleted by author
                Link Parent
                1. [4]
                  cfabbro
                  Link Parent
                  👁
                  ‍👁
                  5 votes
                  1. hulp
                    Link Parent
                    I am @hulp, and I approve this message.

                    I am @hulp, and I approve this message.

                    2 votes
                  2. Cycloneblaze
                    Link Parent
                    Ah, I missed spoiler pyramids from forums 👁

                    Ah, I missed spoiler pyramids from forums 👁

                    2 votes
        3. Cycloneblaze
          Link Parent
          That is indeed what I ended up doing in my original comment, but thanks for finding the distinction for me :)

          That is indeed what I ended up doing in my original comment, but thanks for finding the distinction for me :)

          2 votes