diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-06 06:57:39 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-06 06:57:39 -0500 |
commit | 420d0ca4dd6cf075204867de28c2e6d5b1b68184 (patch) | |
tree | e7723f4b0687d82300ca5b4d38e3ab0ff3fc13cf /vendor/erusev/parsedown/test/data/simple_table.html | |
parent | cfe1e13d4a2b964c950b5e3daa8cafab207f1158 (diff) |
Remove vendor again
Diffstat (limited to 'vendor/erusev/parsedown/test/data/simple_table.html')
-rw-r--r-- | vendor/erusev/parsedown/test/data/simple_table.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/vendor/erusev/parsedown/test/data/simple_table.html b/vendor/erusev/parsedown/test/data/simple_table.html deleted file mode 100644 index 64b7a9a2..00000000 --- a/vendor/erusev/parsedown/test/data/simple_table.html +++ /dev/null @@ -1,37 +0,0 @@ -<table> -<thead> -<tr> -<th>header 1</th> -<th>header 2</th> -</tr> -</thead> -<tbody> -<tr> -<td>cell 1.1</td> -<td>cell 1.2</td> -</tr> -<tr> -<td>cell 2.1</td> -<td>cell 2.2</td> -</tr> -</tbody> -</table> -<hr /> -<table> -<thead> -<tr> -<th align="left">header 1</th> -<th>header 2</th> -</tr> -</thead> -<tbody> -<tr> -<td align="left">cell 1.1</td> -<td>cell 1.2</td> -</tr> -<tr> -<td align="left">cell 2.1</td> -<td>cell 2.2</td> -</tr> -</tbody> -</table>
\ No newline at end of file |