Skip to content

Instantly share code, notes, and snippets.

@DanielBoerlage
Created March 3, 2015 23:06
Show Gist options
  • Save DanielBoerlage/6135a6cc059b66cc07ed to your computer and use it in GitHub Desktop.
Save DanielBoerlage/6135a6cc059b66cc07ed to your computer and use it in GitHub Desktop.
<p><strong>dict var</strong>&nbsp;<em>is</em></p>
<table width="100%">
<tbody>
<tr>
<td>eggs</td>
<td>
<table width="100%">
<tbody>
<tr>
<td>USD 10</td>
<td>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>
<table width="100%">
<tbody>
<tr>
<td>4</td>
<td>5</td>
<td>hello world</td>
</tr>
</tbody>
</table>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>milk</td>
<td>$10</td>
</tr>
<tr>
<td>cheese</td>
<td>
<p>$20</p>
</td>
</tr>
</tbody>
</table>
<p><br>
</p>
<p><span style="font-size: 52px;">assert <strong>dict var</strong><sub>eggs<sub>1<sub>4<sub>3</sub></sub></sub></sub> = hello world</span></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment