aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/aligned_table.html
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-05-29 20:44:28 -0400
committerAndrew Manning <tamanning@zoho.com>2016-05-29 20:44:28 -0400
commita3dfdd9d3886451f5e97940387a56171c5810cf6 (patch)
tree9c68b25867f19d440e6b3aab67e6636f5ceb6734 /library/parsedown/test/data/aligned_table.html
parent00d32f6b947d10b836cf1a4d59dbff3413517fd5 (diff)
downloadvolse-hubzilla-a3dfdd9d3886451f5e97940387a56171c5810cf6.tar.gz
volse-hubzilla-a3dfdd9d3886451f5e97940387a56171c5810cf6.tar.bz2
volse-hubzilla-a3dfdd9d3886451f5e97940387a56171c5810cf6.zip
Remove Parsedown library files and remove references.
Diffstat (limited to 'library/parsedown/test/data/aligned_table.html')
-rw-r--r--library/parsedown/test/data/aligned_table.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/library/parsedown/test/data/aligned_table.html b/library/parsedown/test/data/aligned_table.html
deleted file mode 100644
index c4acfcb68..000000000
--- a/library/parsedown/test/data/aligned_table.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<table>
-<thead>
-<tr>
-<th style="text-align: left;">header 1</th>
-<th style="text-align: center;">header 2</th>
-<th style="text-align: right;">header 2</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td style="text-align: left;">cell 1.1</td>
-<td style="text-align: center;">cell 1.2</td>
-<td style="text-align: right;">cell 1.3</td>
-</tr>
-<tr>
-<td style="text-align: left;">cell 2.1</td>
-<td style="text-align: center;">cell 2.2</td>
-<td style="text-align: right;">cell 2.3</td>
-</tr>
-</tbody>
-</table> \ No newline at end of file