File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ function setBreaksEnabled($breaksEnabled)
8686 '7 ' => array ('List ' ),
8787 '8 ' => array ('List ' ),
8888 '9 ' => array ('List ' ),
89+ ': ' => array ('Table ' ),
8990 '< ' => array ('Markup ' ),
9091 '= ' => array ('Setext ' ),
9192 '> ' => array ('Quote ' ),
Original file line number Diff line number Diff line change 1+ < table >
2+ < thead >
3+ < tr >
4+ < th > header 1</ th >
5+ < th > header 2</ th >
6+ </ tr >
7+ </ thead >
8+ < tbody >
9+ < tr >
10+ < td > cell 1.1</ td >
11+ < td > cell 1.2</ td >
12+ </ tr >
13+ < tr >
14+ < td > cell 2.1</ td >
15+ < td > cell 2.2</ td >
16+ </ tr >
17+ </ tbody >
18+ </ table >
Original file line number Diff line number Diff line change 1+ | header 1 | header 2 |
2+ | -------- | -------- |
3+ | cell 1.1 | cell 1.2 |
4+ | cell 2.1 | cell 2.2 |
Original file line number Diff line number Diff line change 1515< td > cell 2.2</ td >
1616</ tr >
1717</ tbody >
18+ </ table >
19+ < hr />
20+ < table >
21+ < thead >
22+ < tr >
23+ < th align ="left "> header 1</ th >
24+ < th > header 2</ th >
25+ </ tr >
26+ </ thead >
27+ < tbody >
28+ < tr >
29+ < td align ="left "> cell 1.1</ td >
30+ < td > cell 1.2</ td >
31+ </ tr >
32+ < tr >
33+ < td align ="left "> cell 2.1</ td >
34+ < td > cell 2.2</ td >
35+ </ tr >
36+ </ tbody >
1837</ table >
Original file line number Diff line number Diff line change 1- | header 1 | header 2 |
2- | -------- | -------- |
3- | cell 1.1 | cell 1.2 |
4- | cell 2.1 | cell 2.2 |
1+ header 1 | header 2
2+ -------- | --------
3+ cell 1.1 | cell 1.2
4+ cell 2.1 | cell 2.2
5+
6+ ---
7+
8+ header 1 | header 2
9+ :------- | --------
10+ cell 1.1 | cell 1.2
11+ cell 2.1 | cell 2.2
You can’t perform that action at this time.
0 commit comments