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/aligned_table.html | |
parent | cfe1e13d4a2b964c950b5e3daa8cafab207f1158 (diff) |
Remove vendor again
Diffstat (limited to 'vendor/erusev/parsedown/test/data/aligned_table.html')
-rw-r--r-- | vendor/erusev/parsedown/test/data/aligned_table.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/erusev/parsedown/test/data/aligned_table.html b/vendor/erusev/parsedown/test/data/aligned_table.html deleted file mode 100644 index 0657bd17..00000000 --- a/vendor/erusev/parsedown/test/data/aligned_table.html +++ /dev/null @@ -1,21 +0,0 @@ -<table> -<thead> -<tr> -<th align="left">header 1</th> -<th align="center">header 2</th> -<th align="right">header 2</th> -</tr> -</thead> -<tbody> -<tr> -<td align="left">cell 1.1</td> -<td align="center">cell 1.2</td> -<td align="right">cell 1.3</td> -</tr> -<tr> -<td align="left">cell 2.1</td> -<td align="center">cell 2.2</td> -<td align="right">cell 2.3</td> -</tr> -</tbody> -</table>
\ No newline at end of file |