[wp-trac] [WordPress Trac] #50443: Heading h2 rest api level

WordPress Trac noreply at wordpress.org
Wed Jun 24 00:25:21 UTC 2020


#50443: Heading h2 rest api level
-------------------------------+------------------------------
 Reporter:  zavod008           |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Editor             |     Version:  5.4.2
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------

Comment (by zavod008):

 I copied purely text from the admin panel:

 <!-- wp:heading {"level":3} -->
 <h3>33333333333333</h3>
 <!-- /wp:heading -->

 <!-- wp:heading -->
 <h2>2q3123</h2>
 <!-- /wp:heading -->

 The text that comes in $ post-> post_content:

 {{{
 <!-- wp:heading -->
 <h2>222222222222222</h2>
 <!-- /wp:heading -->

 <!-- wp:heading {
     "level": 3
 } -->
 <h3>33333333333333</h3>
 <!-- /wp:heading -->
 }}}


 I do not understand what this is connected with, I created a new h2 block
 from scratch but the problem remains.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/50443#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list