Skip to content

Commit

Permalink
fix: exporting bold content
Browse files Browse the repository at this point in the history
  • Loading branch information
elistone committed Dec 13, 2024
1 parent 06af84f commit 581880f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ default:
<h4 class="wp-block-custom-heading">Heading four</h4>
<!-- /wp:custom/heading -->
<!-- wp:custom/heading {"text":"Heading two - Bold"} -->
<h2 class="wp-block-custom-heading">Heading two - Bold</h2>
<!-- wp:custom/heading {"text":"\u003cstrong\u003eHeading two - Bold\u003c/strong\u003e"} -->
<h2 class="wp-block-custom-heading"><strong>Heading two - Bold</strong></h2>
<!-- /wp:custom/heading -->
<!-- wp:custom/heading {"level":3,"text":"Heading three - Bold"} -->
<h3 class="wp-block-custom-heading">Heading three - Bold</h3>
<!-- wp:custom/heading {"level":3,"text":"\u003cstrong\u003eHeading three - Bold\u003c/strong\u003e"} -->
<h3 class="wp-block-custom-heading"><strong>Heading three - Bold</strong></h3>
<!-- /wp:custom/heading -->
<!-- wp:custom/heading {"level":4,"text":"Heading four - Bold"} -->
<h4 class="wp-block-custom-heading">Heading four - Bold</h4>
<!-- wp:custom/heading {"level":4,"text":"\u003cstrong\u003eHeading four - Bold\u003c/strong\u003e"} -->
<h4 class="wp-block-custom-heading"><strong>Heading four - Bold</strong></h4>
<!-- /wp:custom/heading -->
<!-- /wp:custom/content -->
format: gutenberg
Expand Down

0 comments on commit 581880f

Please sign in to comment.