aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/simple_table.md
blob: 466d140e318c01d41ea3950fa45ff40038d509a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
header 1 | header 2
-------- | --------
cell 1.1 | cell 1.2
cell 2.1 | cell 2.2

---

header 1 | header 2
:------- | --------
cell 1.1 | cell 1.2
cell 2.1 | cell 2.2