14 lines
178 B
Markdown
14 lines
178 B
Markdown
|
```
|
||
|
% pandoc -f textile
|
||
|
| "link text":http://example.com/ |
|
||
|
^D
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr class="odd">
|
||
|
<td><a href="http://example.com/">link text</a></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
```
|
||
|
|