Skip to content

Instantly share code, notes, and snippets.

@Tetsuro
Created April 10, 2013 17:16
Show Gist options
  • Save Tetsuro/5356571 to your computer and use it in GitHub Desktop.
Save Tetsuro/5356571 to your computer and use it in GitHub Desktop.
markup for style test page in Shopify
<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>&nbsp;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