aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions-x-tables/tables.html
diff options
context:
space:
mode:
authorYuri Takhteyev <yuri@freewisdom.org>2008-07-29 09:33:27 -0700
committerYuri Takhteyev <yuri@freewisdom.org>2008-07-29 09:33:27 -0700
commit6a63cadc9a7738c9495bb1eec435908a11fec469 (patch)
treed2db6f343c8138bef0c18cd2c63af5f86f68c61a /tests/extensions-x-tables/tables.html
parent99cda0ae525470c23bb59334e141baeabe963445 (diff)
downloadmarkdown-6a63cadc9a7738c9495bb1eec435908a11fec469.tar.gz
markdown-6a63cadc9a7738c9495bb1eec435908a11fec469.tar.bz2
markdown-6a63cadc9a7738c9495bb1eec435908a11fec469.zip
Adding extensions tests.
Diffstat (limited to 'tests/extensions-x-tables/tables.html')
-rw-r--r--tests/extensions-x-tables/tables.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/extensions-x-tables/tables.html b/tests/extensions-x-tables/tables.html
new file mode 100644
index 0000000..fad47b2
--- /dev/null
+++ b/tests/extensions-x-tables/tables.html
@@ -0,0 +1,30 @@
+
+<p>Before
+</p>
+<table><tr>
+<td> a </td>
+<th> b </th>
+</tr><tr>
+<td> <a href="#">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></table><p>After
+</p>
+
+