test 3 spaces before table rows
This commit is contained in:
parent
431f523419
commit
2d8045fe7e
@ -19,3 +19,25 @@
|
|||||||
<pre><code>a simple
|
<pre><code>a simple
|
||||||
*indented* code block
|
*indented* code block
|
||||||
</code></pre>
|
</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>
|
||||||
|
@ -4,3 +4,10 @@
|
|||||||
baz | boo
|
baz | boo
|
||||||
a simple
|
a simple
|
||||||
*indented* code block
|
*indented* code block
|
||||||
|
|
||||||
|
abc | def
|
||||||
|
--- | ---
|
||||||
|
bar | foo
|
||||||
|
baz | boo
|
||||||
|
a simple
|
||||||
|
*indented* code block
|
||||||
|
@ -19,3 +19,25 @@
|
|||||||
<pre><code>a simple
|
<pre><code>a simple
|
||||||
*indented* code block
|
*indented* code block
|
||||||
</code></pre>
|
</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>
|
||||||
|
@ -4,3 +4,10 @@
|
|||||||
| baz | boo |
|
| baz | boo |
|
||||||
a simple
|
a simple
|
||||||
*indented* code block
|
*indented* code block
|
||||||
|
|
||||||
|
| abc | def |
|
||||||
|
| --- | --- |
|
||||||
|
| bar | foo |
|
||||||
|
| baz | boo |
|
||||||
|
a simple
|
||||||
|
*indented* code block
|
||||||
|
Loading…
x
Reference in New Issue
Block a user