Skip to content

Commit 2d8045f

Browse files
committed
test 3 spaces before table rows
1 parent 431f523 commit 2d8045f

File tree

4 files changed

+62
-4
lines changed

4 files changed

+62
-4
lines changed

test/specs/new/code_following_nptable.html

+22
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,25 @@
1919
<pre><code>a simple
2020
*indented* code block
2121
</code></pre>
22+
23+
<table>
24+
<thead>
25+
<tr>
26+
<th>abc</th>
27+
<th>def</th>
28+
</tr>
29+
</thead>
30+
<tbody>
31+
<tr>
32+
<td>bar</td>
33+
<td>foo</td>
34+
</tr>
35+
<tr>
36+
<td>baz</td>
37+
<td>boo</td>
38+
</tr>
39+
</tbody>
40+
</table>
41+
<pre><code>a simple
42+
*indented* code block
43+
</code></pre>
+11-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
abc | def
2-
--- | ---
3-
bar | foo
4-
baz | boo
1+
abc | def
2+
--- | ---
3+
bar | foo
4+
baz | boo
5+
a simple
6+
*indented* code block
7+
8+
abc | def
9+
--- | ---
10+
bar | foo
11+
baz | boo
512
a simple
613
*indented* code block

test/specs/new/code_following_table.html

+22
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,25 @@
1919
<pre><code>a simple
2020
*indented* code block
2121
</code></pre>
22+
23+
<table>
24+
<thead>
25+
<tr>
26+
<th>abc</th>
27+
<th>def</th>
28+
</tr>
29+
</thead>
30+
<tbody>
31+
<tr>
32+
<td>bar</td>
33+
<td>foo</td>
34+
</tr>
35+
<tr>
36+
<td>baz</td>
37+
<td>boo</td>
38+
</tr>
39+
</tbody>
40+
</table>
41+
<pre><code>a simple
42+
*indented* code block
43+
</code></pre>

test/specs/new/code_following_table.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@
44
| baz | boo |
55
a simple
66
*indented* code block
7+
8+
| abc | def |
9+
| --- | --- |
10+
| bar | foo |
11+
| baz | boo |
12+
a simple
13+
*indented* code block

0 commit comments

Comments
 (0)