blueprints/blueprints/wpcli-post-with-image/postcontent.md
Birgit Pauli-Haack 4c754173dd
Fix Blueprint: No Markdown in wpcli-markdown (#34)
![Screenshot 2024-04-21 at 08 32
18](https://github.com/adamziel/blueprints/assets/39980/cae5578a-bfa7-46fa-973a-677fc9cea2c1)
As there is no markdown in the content file anymore after I switched it
to block notation, I had to

- change the name,  
- change the description
- rename the directory, 
- update the references to new directory. 

Background: Originally, it was supposed to be markdown. But testing
revealed the import of the markdown into blocks didn't work. The post
was rendered as classic block and markdown notation was ignored. So I
switched to creating the content from Block Markup.
2024-04-23 15:12:34 +02:00

38 lines
1.3 KiB
Markdown

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">A WordPress space in your browser. </p>
<!-- /wp:paragraph -->
<!-- wp:heading {"textAlign":"center"} -->
<h2 class="wp-block-heading has-text-align-center">What can you do with it?</h2>
<!-- /wp:heading -->
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Test WordPress to your heart's content.</p>
<!-- /wp:paragraph -->
<!-- wp:separator {"className":"is-style-wide"} -->
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
<!-- /wp:separator -->
<!-- wp:paragraph -->
<p>By default it's ephemeral. You refresh the browser or close the window, the site you worked is gone. If you change the <strong>Storage method</strong>, you can work on your site and return to it after a break.</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>You have three choices:</p>
<!-- /wp:paragraph -->
<!-- wp:list -->
<ul><!-- wp:list-item -->
<li><strong>None</strong>: Changes will be lost on page refresh</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li><strong>Browser</strong>: Stored in this browser's local storage</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li><strong>Device</strong>: stored on your computer</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->