Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List: use nested blocks #42711

Merged
merged 17 commits into from
Aug 24, 2022
Prev Previous commit
Next Next commit
Remove obsolete snapshot
  • Loading branch information
ellatrix authored and oandregal committed Aug 24, 2022
commit a04be1558e9f7190848e5a32aafee8ce7f1d6556
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ exports[`Keep styles on block transforms Should keep colors during a transform 1
<!-- /wp:paragraph -->"
`;

exports[`Keep styles on block transforms Should keep the font size during a transform from multiple blocks into a single one 1`] = `
"<!-- wp:list {\\"fontSize\\":\\"large\\"} -->
<ul class=\\"has-large-font-size\\"><li>Line 1 to be made large</li><li>Line 2 to be made large</li><li>Line 3 to be made large</li></ul>
<!-- /wp:list -->"
`;

exports[`Keep styles on block transforms Should keep the font size during a transform from multiple blocks into multiple blocks 1`] = `
"<!-- wp:heading {\\"fontSize\\":\\"large\\"} -->
<h2 class=\\"has-large-font-size\\">Line 1 to be made large</h2>
Expand Down