There's no line break between 2 block quotes.
> 1st block quotes
> 2rd block quotes
1st block quotes
2rd block quotes
1st block quotes 2rd block quotes
Hello, @lex111 ! If you type the "Steps to reproduce" in a markdown file on VS Code and click on "Open Preview to the Side" you get the same exact behavior.
On the other hand, if you use the "Steps to reproduce" on a GitHub comment you get the "Expected behavior":
1st block quote
2nd block quote
:sweat_smile:
It would be interesting to know the opinion of an MDX project member.
BTW if you insert a line between block quotes in VS Code you get the "Expected behavior".
This is a fact of markdown. To create separate paragraphs, add a blank line between them. Note that GitHub does that too. Only on issues/PRs/releases it doesn鈥檛.
Solutions are:
> 1st block quotes
> 2rd block quotes
1st block quotes
2rd block quotes
...or:
> 1st block quotes
>
> 2rd block quotes
1st block quotes
2rd block quotes
Sorry about that, then it would be nice to render line breaks in the MDX playground otherwise it leads to a misunderstanding.
I don't understand, could you clarify what you propose?
Most helpful comment
This is a fact of markdown. To create separate paragraphs, add a blank line between them. Note that GitHub does that too. Only on issues/PRs/releases it doesn鈥檛.
Solutions are:
...or: