diff options
Diffstat (limited to 'library/parsedown/test/data/aligned_table.md')
-rw-r--r-- | library/parsedown/test/data/aligned_table.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/parsedown/test/data/aligned_table.md b/library/parsedown/test/data/aligned_table.md deleted file mode 100644 index 69a45f90f..000000000 --- a/library/parsedown/test/data/aligned_table.md +++ /dev/null @@ -1,4 +0,0 @@ -| header 1 | header 2 | header 2 | -| :------- | :------: | -------: | -| cell 1.1 | cell 1.2 | cell 1.3 | -| cell 2.1 | cell 2.2 | cell 2.3 |
\ No newline at end of file |