always indent html using tabs

This commit is contained in:
Hakim El Hattab 2014-04-20 11:50:23 +02:00
parent fb7253187d
commit 9b2851376d
1 changed files with 29 additions and 29 deletions

View File

@ -137,35 +137,35 @@
</ol> </ol>
</section> </section>
<section> <section>
<h2>Superb Tables</h2> <h2>Superb Tables</h2>
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Item</th> <th>Item</th>
<th>Value</th> <th>Value</th>
<th>Quantity</th> <th>Quantity</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>Apples</td> <td>Apples</td>
<td>$1</td> <td>$1</td>
<td>7</td> <td>7</td>
<tr> <tr>
<tr> <tr>
<td>Lemonade</td> <td>Lemonade</td>
<td>$2</td> <td>$2</td>
<td>18</td> <td>18</td>
<tr> <tr>
<tr> <tr>
<td>Bread</td> <td>Bread</td>
<td>$3</td> <td>$3</td>
<td>2</td> <td>2</td>
<tr> <tr>
</tbody> </tbody>
</table> </table>
</section> </section>
<section data-markdown> <section data-markdown>
<script type="text/template"> <script type="text/template">