Skip to content

Instantly share code, notes, and snippets.

@itsmattsoria
Last active March 7, 2018 16:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsmattsoria/81e375b7a330ce3a54ed to your computer and use it in GitHub Desktop.
Save itsmattsoria/81e375b7a330ce3a54ed to your computer and use it in GitHub Desktop.
Some dummy blog post content for testing
<h2>Some standard content types in posts.</h2>
Donec sed odio dui. <strong>This is bold</strong>. <em>This is italic</em>. Nullam id dolor id nibh ultricies vehicula ut id elit. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. <a href="http://github.org">This is a link</a>. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna.
Here is a horizontal line, used sparingly for breaking content:
<hr>
The following is an image, which when selected, the size should be set to "full-width", the alignment set to "none", and typically, the 'Link to' should be set to "none". Avoid trying to align images to the left or right, let them stay full-width.
<img class="alignnone size-full wp-image-31" src="http://placehold.it/1200x600" alt="Placeholder image" width="2400" height="1600" />
Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec id elit non mi porta gravida at eget metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<blockquote>“This is a blockquote — use it sparingly to emphasize snippets of text or quotes.”</blockquote>
The following is an image with a caption set:
[caption id="attachment_40" align="alignnone" width="1600"]<img class="wp-image-40 size-full" src="http://placehold.it/1600x800" alt="The Plant Chicago Building and farm area" width="1600" height="1067" /> This is the caption, the caption, the caption, it is a longer caption, so pay attention to it![/caption]
<h2>This is an h2</h2>
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Maecenas faucibus mollis interdum.
<h3>This is an h3</h3>
This is an unordered list:
<ul>
<li>List item</li>
<li>List Item</li>
<li>List Item</li>
</ul>
This is an ordered list:
<ol>
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment