aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2016-09-23 19:36:40 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2016-09-23 19:36:40 -0400
commit8384d26981572cf500021e826a67164d69c5d75f (patch)
tree230cc03dad688fe11d3713e95d0bf5da2f89ca72 /tests/extensions/extra
parent4747cf794b03920153a10ee7a8dd53011bf4802f (diff)
parent5f358c0d580bd409279cef1404e6460e7fe2156e (diff)
downloadmarkdown-8384d26981572cf500021e826a67164d69c5d75f.tar.gz
markdown-8384d26981572cf500021e826a67164d69c5d75f.tar.bz2
markdown-8384d26981572cf500021e826a67164d69c5d75f.zip
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Diffstat (limited to 'tests/extensions/extra')
-rw-r--r--tests/extensions/extra/tables.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/extensions/extra/tables.html b/tests/extensions/extra/tables.html
index 783c205..b5c08be 100644
--- a/tests/extensions/extra/tables.html
+++ b/tests/extensions/extra/tables.html
@@ -38,21 +38,21 @@
<table>
<thead>
<tr>
-<th>Item</th>
+<th align="left">Item</th>
<th align="right">Value</th>
</tr>
</thead>
<tbody>
<tr>
-<td>Computer</td>
+<td align="left">Computer</td>
<td align="right">$1600</td>
</tr>
<tr>
-<td>Phone</td>
+<td align="left">Phone</td>
<td align="right">$12</td>
</tr>
<tr>
-<td>Pipe</td>
+<td align="left">Pipe</td>
<td align="right">$1</td>
</tr>
</tbody>