aboutsummaryrefslogtreecommitdiff
path: root/test/command/3667.md
blob: 97de8f59800b8da37255c1594f50b0730af7af22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% 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>
```