Wordpress/tests/phpunit/data/blocks/do-blocks-original.html
Gary Pendergast 738609ae9c Blocks: Introduce register_block_type(), unregister_block_type(), and get_dynamic_blocks() functions.
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
2018-12-13 09:53:10 +00:00

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 -->