Skip to content

Commit

Permalink
Fix: para snapshot ul & ol alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 authored Dec 13, 2024
1 parent 572f810 commit df603c3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ exports[`Paragraph block should be able to use a prefix to create a Heading bloc

exports[`Paragraph block should be able to use a prefix to create a List block 1`] = `
"<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item /-->
</ul>
<ul class="wp-block-list"><!-- wp:list-item /--></ul>
<!-- /wp:list -->"
`;

Expand All @@ -23,8 +22,7 @@ exports[`Paragraph block should be able to use a prefix to create a Quote block

exports[`Paragraph block should be able to use a prefix to create a numbered List block 1`] = `
"<!-- wp:list {"ordered":true} -->
<ol class="wp-block-list"><!-- wp:list-item /-->
</ol>
<ol class="wp-block-list"><!-- wp:list-item /--></ol>
<!-- /wp:list -->"
`;

Expand Down

0 comments on commit df603c3

Please sign in to comment.