First presence of empty lines in quotes is ignored


  • 🚽 Regular

    ``` line 1 line 2 is followed by two empty lines

    line 3 <-- is over here
    line 4
    line 5 is followed by one empty line

    line 6
    line 7 is followed by two empty lines

    line 8
    line 9

    Code blocks in quotes are extremely flimsy. Any change can break the code block or the quote.
    But you probably already knew that. This is just an interesting case.

  • 🚽 Regular

    Not just inside code blocks after all.

    Typing:

    <blockquote>Revive this topic?
        
    The last reply to this topic is now over 7 days old. Your reply will bump the topic to the top of its list and notify anyone previously involved in the conversation.
        
    Are you sure you want to continue this old conversation?</blockquote>
    

    Results in:

    Revive this topic?

    The last reply to this topic is now over 7 days old. Your reply will bump the topic to the top of its list and notify anyone previously involved in the conversation.

    Are you sure you want to continue this old conversation?

    The empty line between the first two paragraphs is swallowed.


Log in to reply