Skip to content

Instantly share code, notes, and snippets.

@carolinan
Created December 16, 2020 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carolinan/492a820db258f3df2dd3a4269b597c21 to your computer and use it in GitHub Desktop.
Save carolinan/492a820db258f3df2dd3a4269b597c21 to your computer and use it in GitHub Desktop.
52009 test content
<!-- wp:paragraph -->
<p>Preformatted:</p>
<!-- /wp:paragraph -->
<!-- wp:preformatted -->
<pre class="wp-block-preformatted">Hello
world
How are you today my friend?</pre>
<!-- /wp:preformatted -->
<!-- wp:paragraph -->
<p>Verse:</p>
<!-- /wp:paragraph -->
<!-- wp:verse -->
<pre class="wp-block-verse">Hello
world
How are you today my friend?</pre>
<!-- /wp:verse -->
<!-- wp:paragraph -->
<p>code:</p>
<!-- /wp:paragraph -->
<!-- wp:code -->
<pre class="wp-block-code"><code>&lt;b&gt;Hello code block&lt;/b&gt;</code></pre>
<!-- /wp:code -->
<!-- wp:quote {"align":"left"} -->
<blockquote class="wp-block-quote has-text-align-left"><p>Quote block test</p><cite>citation</cite></blockquote>
<!-- /wp:quote -->
<!-- wp:quote {"align":"center"} -->
<blockquote class="wp-block-quote has-text-align-center"><p>quote block test -center</p><cite>citation</cite></blockquote>
<!-- /wp:quote -->
<!-- wp:quote {"align":"right"} -->
<blockquote class="wp-block-quote has-text-align-right"><p>quote block test -align right</p><cite>citation</cite></blockquote>
<!-- /wp:quote -->
<!-- wp:quote {"align":"left","className":"is-style-large"} -->
<blockquote class="wp-block-quote has-text-align-left is-style-large"><p>quote block test -large</p><cite>citation</cite></blockquote>
<!-- /wp:quote -->
<!-- wp:quote {"align":"center","className":"is-style-large"} -->
<blockquote class="wp-block-quote has-text-align-center is-style-large"><p>quote block test -large, center</p><cite>citation</cite></blockquote>
<!-- /wp:quote -->
<!-- wp:quote {"align":"right","className":"is-style-large"} -->
<blockquote class="wp-block-quote has-text-align-right is-style-large"><p>quote block test -large, align right</p><cite>citation</cite></blockquote>
<!-- /wp:quote -->
<!-- wp:pullquote -->
<figure class="wp-block-pullquote"><blockquote><p>pullquote test</p><cite>citation</cite></blockquote></figure>
<!-- /wp:pullquote -->
<!-- wp:pullquote {"align":"left"} -->
<figure class="wp-block-pullquote alignleft"><blockquote><p>pullquote test -left</p><cite>citation</cite></blockquote></figure>
<!-- /wp:pullquote -->
<!-- wp:pullquote {"align":"right"} -->
<figure class="wp-block-pullquote alignright"><blockquote><p>pullquote test -right</p><cite>citation</cite></blockquote></figure>
<!-- /wp:pullquote -->
<!-- wp:spacer {"height":31} -->
<div style="height:31px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:pullquote {"customMainColor":"#abdff5","customTextColor":"#000000","className":"has-background is-style-solid-color"} -->
<figure class="wp-block-pullquote has-background is-style-solid-color" style="background-color:#abdff5"><blockquote class="has-text-color" style="color:#000000"><p>pullquote test solid color</p><cite>citation</cite></blockquote></figure>
<!-- /wp:pullquote -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment