Note that I had to diagram this in Photoshop to show the input and output in one image since new users on this forum are not allowed to post more than one image. Yay!
This happens even though I included a bunch of “>” to show how this is broken.
I’m viewing this on a Mac running MacOS 12.3.1 and Safari 15.4.
I believe this is enough information for Ghost staff to identify the problem.
I’m using the default Edition theme. Which theme did you successfully test this on?
After reading your reply here, I changed my theme to Journal, tested it, and it did not work. Despite many “>” characters, I see no line breaks in blockquotes in Markdown.
I then reverted by to Edition and tested again. Same problem.
I checked the source and my <blockquote> tags do contain <p> tags and no <br> tags.
I checked this with the Casper theme. I found the paragraph break is missing in the “preview” and on the published pages, but is present when previewing the email template.
Looking at the HTML source, the <p> tag is there. This is a stylesheet issue.
In the case of Casper, global.css has reset margin: 0 on the blockquote tag, and screen.css has not set another value. Using the Chrome developer tools, I interactively tested removing margin: 0 on the blockquote, and that made the space re-appear.
The treatment for blockquotes should be a bit different through-- the margin on the top of the first paragraph and the bottom of the last paragraph is not needed. The suggested fix by @mjw looks about right to me.
I agree this looks like a bug with some of the default Ghost themes should be fixed.
What version of Ghost are you running, and do you have the latest version of the theme? I’ve checked with the latest versions of Casper and Headline, and they render correctly.
Were you, by chance, pasting content into the Markdown card? I asked because the default action, when pressing enter, is to add > on the next lines, and this persists when pressing enter again. Everything works fine with the Edition theme, too.