File tree Expand file tree Collapse file tree 2 files changed +70
-0
lines changed Expand file tree Collapse file tree 2 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 22
22
</ tbody >
23
23
</ table >
24
24
25
+ < table >
26
+ < thead >
27
+ < tr >
28
+ < th > Columns separated by just 1 space</ th >
29
+ < th > Another header</ th >
30
+ </ tr >
31
+ </ thead >
32
+ < tbody >
33
+ < tr >
34
+ < td > xxx</ td >
35
+ < td > yyy</ td >
36
+ </ tr >
37
+ < tr >
38
+ < td > xxx</ td >
39
+ < td > yyy</ td >
40
+ </ tr >
41
+ </ tbody >
42
+ </ table >
43
+
44
+ < table >
45
+ < thead >
46
+ < tr >
47
+ < th > Header with a leading space</ th >
48
+ < th > Another header</ th >
49
+ </ tr >
50
+ </ thead >
51
+ < tbody >
52
+ < tr >
53
+ < td > xxx</ td >
54
+ < td > yyy</ td >
55
+ </ tr >
56
+ < tr >
57
+ < td > xxx</ td >
58
+ < td > yyy</ td >
59
+ </ tr >
60
+ </ tbody >
61
+ </ table >
62
+
25
63
< p > Simple table headless:</ p >
26
64
27
65
< table >
39
77
</ tbody >
40
78
</ table >
41
79
80
+ < table >
81
+ < tbody >
82
+ < tr >
83
+ < td > Column with leading space</ td >
84
+ < td > yyy</ td >
85
+ </ tr >
86
+ < tr >
87
+ < td > Another column with leading space</ td >
88
+ < td > yyy</ td >
89
+ </ tr >
90
+ </ tbody >
91
+ </ table >
92
+
42
93
< p > Grid table:</ p >
43
94
44
95
< table >
Original file line number Diff line number Diff line change @@ -7,13 +7,32 @@ Route path If the requested URL is /foo If the requested URL is /f
7
7
/foo/ It makes a 301 redirect to /foo/ It matches (200 status response)
8
8
========== ======================================== ==========================================
9
9
10
+ ================================================== ==========================================
11
+ Columns separated by just 1 space Another header
12
+ ================================================== ==========================================
13
+ xxx yyy
14
+ xxx yyy
15
+ ================================================== ==========================================
16
+
17
+ ============================ ============================================
18
+ Header with a leading space Another header
19
+ ============================ ============================================
20
+ xxx yyy
21
+ xxx yyy
22
+ ============================ ============================================
23
+
10
24
Simple table headless:
11
25
12
26
========== ======================================== ==========================================
13
27
/foo It matches (200 status response) It doesn't match (404 status response)
14
28
/foo/ It makes a 301 redirect to /foo/ It matches (200 status response)
15
29
========== ======================================== ==========================================
16
30
31
+ ================================== ====================================
32
+ Column with leading space yyy
33
+ Another column with leading space yyy
34
+ ================================== ====================================
35
+
17
36
Grid table:
18
37
19
38
+--------+------------+
You can’t perform that action at this time.
0 commit comments