Created
December 16, 2020 06:24
-
-
Save carolinan/492a820db258f3df2dd3a4269b597c21 to your computer and use it in GitHub Desktop.
52009 test content
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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><b>Hello code block</b></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