Created
April 10, 2013 17:16
markup for style test page in Shopify
This file contains hidden or 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
<h1>Heading 1</h1> | |
<h2>Heading 2</h2> | |
<h3>Heading 3</h3> | |
<h4>Heading 4</h4> | |
<h5>Heading 5</h5> | |
<h6>Heading 6</h6> | |
<blockquote> | |
<p>Blockquote</p> | |
</blockquote> | |
<p><strong>Bold text</strong></p> | |
<p><em>Italic</em></p> | |
<table style="width: 100%;"> | |
<tbody> | |
<tr> | |
<td>test</td> | |
<td>test</td> | |
<td>test</td> | |
</tr> | |
<tr> | |
<td>test</td> | |
<td>test</td> | |
<td>test</td> | |
</tr> | |
<tr> | |
<td> test</td> | |
<td>test</td> | |
<td>test</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment