diff options
author | Hakim El Hattab | 2014-04-20 11:50:23 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-04-20 11:50:23 +0200 |
commit | 9b2851376dee7a29e6142c011b3af80d6d917a87 (patch) | |
tree | 0181851ad0c65f063a553c798695721b1552270b /index.html | |
parent | fb7253187d1e7874bba702d9fd4cbdc620aa4955 (diff) |
always indent html using tabs
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 58 |
1 files changed, 29 insertions, 29 deletions
@@ -137,35 +137,35 @@ </ol> </section> - <section> - <h2>Superb Tables</h2> - <table> - <thead> - <tr> - <th>Item</th> - <th>Value</th> - <th>Quantity</th> - </tr> - </thead> - <tbody> - <tr> - <td>Apples</td> - <td>$1</td> - <td>7</td> - <tr> - <tr> - <td>Lemonade</td> - <td>$2</td> - <td>18</td> - <tr> - <tr> - <td>Bread</td> - <td>$3</td> - <td>2</td> - <tr> - </tbody> - </table> - </section> + <section> + <h2>Superb Tables</h2> + <table> + <thead> + <tr> + <th>Item</th> + <th>Value</th> + <th>Quantity</th> + </tr> + </thead> + <tbody> + <tr> + <td>Apples</td> + <td>$1</td> + <td>7</td> + <tr> + <tr> + <td>Lemonade</td> + <td>$2</td> + <td>18</td> + <tr> + <tr> + <td>Bread</td> + <td>$3</td> + <td>2</td> + <tr> + </tbody> + </table> + </section> <section data-markdown> <script type="text/template"> |