Skip to content

Commit

Permalink
regenerate fixtures for heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Oct 27, 2020
1 parent dc851d6 commit 27af8c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -2,11 +2,11 @@
{
"clientId": "_clientId_0",
"name": "core/heading",
"isValid": true,
"isValid": false,
"attributes": {
"align": "right",
"content": "A picture is worth a thousand words, or so the saying goes",
"level": 3
"level": 3,
"align": "right"
},
"innerBlocks": [],
"originalContent": "<h3 style=\"text-align:right\">A picture is worth a thousand words, or so the saying goes</h3>"
Expand Down
@@ -1,3 +1,3 @@
<!-- wp:heading {"align":"right","level":3} -->
<h3 class="has-text-align-right">A picture is worth a thousand words, or so the saying goes</h3>
<!-- wp:heading {"level":3,"align":"right"} -->
<h3 style="text-align:right">A picture is worth a thousand words, or so the saying goes</h3>
<!-- /wp:heading -->

0 comments on commit 27af8c3

Please sign in to comment.