2022-02-13 22:06:49 +01:00
|
|
|
```
|
|
|
|
% pandoc -f markdown
|
|
|
|
single column table |
|
|
|
|
------------------- |
|
|
|
|
item 1 |
|
|
|
|
item 2 |
|
|
|
|
^D
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr class="header">
|
|
|
|
<th>single column table</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr class="odd">
|
|
|
|
<td>item 1</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="even">
|
|
|
|
<td>item 2</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f markdown
|
|
|
|
| single column table
|
|
|
|
| -------------------
|
|
|
|
| item 1
|
|
|
|
| item 2
|
|
|
|
^D
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr class="header">
|
|
|
|
<th>single column table</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr class="odd">
|
|
|
|
<td>item 1</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="even">
|
|
|
|
<td>item 2</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f markdown
|
|
|
|
single column table
|
|
|
|
-------------------
|
|
|
|
item 1
|
|
|
|
item 2
|
|
|
|
^D
|
|
|
|
<h2 id="single-column-table">single column table</h2>
|
|
|
|
<p>item 1 item 2</p>
|
|
|
|
```
|
|
|
|
|
2022-02-14 02:43:30 +01:00
|
|
|
```
|
|
|
|
% pandoc -f gfm
|
|
|
|
single column table |
|
|
|
|
------------------- |
|
|
|
|
item 1 |
|
|
|
|
item 2 |
|
|
|
|
^D
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr class="header">
|
|
|
|
<th>single column table</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr class="odd">
|
|
|
|
<td>item 1</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="even">
|
|
|
|
<td>item 2</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f gfm
|
|
|
|
| single column table
|
|
|
|
| -------------------
|
|
|
|
| item 1
|
|
|
|
| item 2
|
|
|
|
^D
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr class="header">
|
|
|
|
<th>single column table</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr class="odd">
|
|
|
|
<td>item 1</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="even">
|
|
|
|
<td>item 2</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f gfm
|
|
|
|
single column table
|
|
|
|
-------------------
|
|
|
|
item 1
|
|
|
|
item 2
|
|
|
|
^D
|
|
|
|
<h2 id="single-column-table">single column table</h2>
|
|
|
|
<p>item 1 item 2</p>
|
|
|
|
```
|
|
|
|
|