738609ae9c
These helper functions allow easy access to the global block registry. Merges [43743] from the 5.0 branch to trunk. See #45109. git-svn-id: https://develop.svn.wordpress.org/trunk@44109 602fd350-edb4-49c9-b593-d223f7449a82
26 lines
425 B
HTML
26 lines
425 B
HTML
<p>First Auto Paragraph</p>
|
|
|
|
<!--more-->
|
|
|
|
<!-- wp:core/paragraph -->
|
|
<p>First Gutenberg Paragraph</p>
|
|
<!-- /wp:core/paragraph -->
|
|
|
|
<p>Second Auto Paragraph</p>
|
|
|
|
<!-- wp:core/test-self-closing /-->
|
|
|
|
<!-- wp:core/paragraph -->
|
|
<p>Third Gutenberg Paragraph</p>
|
|
<!-- /wp:core/paragraph -->
|
|
|
|
<p>Third Auto Paragraph</p>
|
|
|
|
<!-- wp:core/shortcode -->
|
|
[someshortcode]
|
|
|
|
And some content?!
|
|
|
|
[/someshortcode]
|
|
<!-- /wp:core/shortcode -->
|