test 3 spaces before table rows

This commit is contained in:
Tony Brix 2020-03-09 15:33:30 -05:00
parent 431f523419
commit 2d8045fe7e
4 changed files with 62 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -4,3 +4,10 @@
| baz | boo |
a simple
*indented* code block
| abc | def |
| --- | --- |
| bar | foo |
| baz | boo |
a simple
*indented* code block