aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions-x-tables
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-09-03 13:30:04 -0400
committerWaylan Limberg <waylan@gmail.com>2008-09-03 13:46:52 -0400
commita1c636a05557b1faa207828c9e7102391bdde5c9 (patch)
treee223f4a97d811ce956073be7647695fbcc3e6f4c /tests/extensions-x-tables
parenta4c80246770b87ca3d2cce5b5184901fd2495a7d (diff)
downloadmarkdown-a1c636a05557b1faa207828c9e7102391bdde5c9.tar.gz
markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.tar.bz2
markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.zip
Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests.
Diffstat (limited to 'tests/extensions-x-tables')
-rw-r--r--tests/extensions-x-tables/tables.html47
1 files changed, 8 insertions, 39 deletions
diff --git a/tests/extensions-x-tables/tables.html b/tests/extensions-x-tables/tables.html
index 59e7da3..55042dd 100644
--- a/tests/extensions-x-tables/tables.html
+++ b/tests/extensions-x-tables/tables.html
@@ -1,45 +1,14 @@
<p>Before</p>
<table>
-<tr>
-<td> a </td>
-<th> b </th>
-</tr>
-<tr>
-<td>
-<a href="#link">c</a>
-</td>
-<td>
-<em>d</em>
-</td>
-</tr>
+<tr><td> a </td><th> b </th></tr>
+<tr><td> <a href="#link">c</a> </td><td> <em>d</em> </td></tr>
</table>
<p>Another</p>
<table>
-<tr>
-<td> a </td>
-<td> b </td>
-</tr>
-<tr>
-<td>
-<em>a</em>
-</td>
-<td> b </td>
-</tr>
-<tr>
-<td> a </td>
-<td> b </td>
-</tr>
-<tr>
-<td> a </td>
-<td> b </td>
-</tr>
-<tr>
-<td> c </td>
-<td>
-<em>d</em>
-</td>
-</tr>
+<tr><td> a </td><td> b </td></tr>
+<tr><td> <em>a</em> </td><td> b </td></tr>
+<tr><td> a </td><td> b </td></tr>
+<tr><td> a </td><td> b </td></tr>
+<tr><td> c </td><td> <em>d</em> </td></tr>
</table>
-<p>After</p>
-
-
+<p>After</p> \ No newline at end of file