Skip to content

Commit

Permalink
test 3 spaces before table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Mar 9, 2020
1 parent 431f523 commit 2d8045f
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 4 deletions.
22 changes: 22 additions & 0 deletions test/specs/new/code_following_nptable.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,25 @@
<pre><code>a simple
*indented* code block
</code></pre>

<table>
<thead>
<tr>
<th>abc</th>
<th>def</th>
</tr>
</thead>
<tbody>
<tr>
<td>bar</td>
<td>foo</td>
</tr>
<tr>
<td>baz</td>
<td>boo</td>
</tr>
</tbody>
</table>
<pre><code>a simple
*indented* code block
</code></pre>
15 changes: 11 additions & 4 deletions test/specs/new/code_following_nptable.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
abc | def
--- | ---
bar | foo
baz | boo
abc | def
--- | ---
bar | foo
baz | boo
a simple
*indented* code block

abc | def
--- | ---
bar | foo
baz | boo
a simple
*indented* code block
22 changes: 22 additions & 0 deletions test/specs/new/code_following_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,25 @@
<pre><code>a simple
*indented* code block
</code></pre>

<table>
<thead>
<tr>
<th>abc</th>
<th>def</th>
</tr>
</thead>
<tbody>
<tr>
<td>bar</td>
<td>foo</td>
</tr>
<tr>
<td>baz</td>
<td>boo</td>
</tr>
</tbody>
</table>
<pre><code>a simple
*indented* code block
</code></pre>
7 changes: 7 additions & 0 deletions test/specs/new/code_following_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
| baz | boo |
a simple
*indented* code block

| abc | def |
| --- | --- |
| bar | foo |
| baz | boo |
a simple
*indented* code block

0 comments on commit 2d8045f

Please sign in to comment.