You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following snippet of Markdown, when pasted into the editor, correctly creates a Paragraph, Quote, and Paragraph block, but removes the code blocks.
<!-- wp:paragraph --><p>Before:</p><!-- /wp:paragraph --><!-- wp:quote --><blockquoteclass="wp-block-quote"><p>Single line comments:</p><p>Multi-line comments should be used for long comments, see also the <ahref="https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/javascript/#multi-line-comments">JavaScript Documentation Standards</a>:</p></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p>After:</p><!-- /wp:paragraph -->
Expected behavior
Unsure if this is intended to be covered separately by exploration of nested blocks in a quote.
At the very least, I'd expect the text should not be destroyed, even if that means it is converted to plaintext.
Screenshots
The text was updated successfully, but these errors were encountered:
I've just re-tested, and it still eats my content.
Maybe important distinction: If copying from the Gist, at least for macOS, it's important to "Paste and Match Style", as otherwise it pastes as a table block (probably to do with ugly source HTML generated from Gist).
The following snippet of Markdown, when pasted into the editor, correctly creates a Paragraph, Quote, and Paragraph block, but removes the code blocks.
https://gist.github.com/aduth/f8c8204c818a617cfad5d1dd79bb7441
Converted:
Expected behavior
Unsure if this is intended to be covered separately by exploration of nested blocks in a quote.
At the very least, I'd expect the text should not be destroyed, even if that means it is converted to plaintext.
Screenshots
The text was updated successfully, but these errors were encountered: