For the poem to be displayed on the site
The poem was rendered in one line:
Chrome: Version 78.0.3904.108 (Official Build) (64-bit)
OS: Catalina 10.15.1 (19B88)
The issue was reported by the user in 2559066-zen
As a workaround, I have suggested using the classic block and using preformatted option.
I also saw a similar report here: https://github.com/WordPress/gutenberg/issues/19083
I also tried testing on a Jurassic Ninja site and could not reproduce it.
I also tried testing on Jetpack Nighty and could not reproduce it:
Another report in 362602-hc and the user mentioned that if they edit the HTML and remove the wp-block-preformatted
class, it fixes the issue.
Another report in 2564769-zen
Another report in 17383559-hc. Suggested using the preformatted block as a workaround.
This was fixed in core WordPress: https://github.com/WordPress/gutenberg/pull/19173
I tested on jurassic.ninja and it's fine in core/selfhosted (my test: https://d.pr/i/hKDN3C ), but evidently still an issue on .com!
Screenshot: https://d.pr/i/qzTp2m
Checked in two browsers:
Chrome 79.0.3945.88
Firefox 71.0
Report from: 2562683-zd
This was fixed in core WordPress: WordPress/gutenberg#19173
@sophiegyo it doesn't mean it was released yet, it only means it was fixed and merged into the master branch.
When there's a new release then it will be distributed and fixed in wpcom as well.
Seen again in #2585575-zen. Noting to myself to follow up with this user once a fix is released to WPcom.
Here's a CSS fix you can offer to users for now:
/* Verse Block: add the proper spacings */
pre.wp-block-verse {
white-space: pre;
}
Another report: https://en.forums.wordpress.com/topic/problem-with-block-verse/
Another report: 14895399-hc (moved to 2614817-zd).
This should be solved next Monday once we activate Gutenberg 7.2.0 on WP.com: p7DVsv-7T1-p2
17822792-hc
This is fixed now that Gutenberg 7.2.0 is live on WP.com.
Most helpful comment
This is fixed now that Gutenberg 7.2.0 is live on WP.com.