aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/table_inline_markdown.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/table_inline_markdown.html')
-rw-r--r--library/parsedown/test/data/table_inline_markdown.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/library/parsedown/test/data/table_inline_markdown.html b/library/parsedown/test/data/table_inline_markdown.html
deleted file mode 100644
index f4cebecba..000000000
--- a/library/parsedown/test/data/table_inline_markdown.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<table>
-<thead>
-<tr>
-<th><em>header</em> 1</th>
-<th>header 2</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td><em>cell</em> 1.1</td>
-<td><del>cell</del> 1.2</td>
-</tr>
-<tr>
-<td><code>|</code> 2.1</td>
-<td>| 2.2</td>
-</tr>
-<tr>
-<td><code>\|</code> 2.1</td>
-<td><a href="/">link</a></td>
-</tr>
-</tbody>
-</table> \ No newline at end of file