aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/aligned_table.md
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/aligned_table.md')
-rw-r--r--library/parsedown/test/data/aligned_table.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/parsedown/test/data/aligned_table.md b/library/parsedown/test/data/aligned_table.md
new file mode 100644
index 000000000..69a45f90f
--- /dev/null
+++ b/library/parsedown/test/data/aligned_table.md
@@ -0,0 +1,4 @@
+| 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