mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
37189667cc
Closes #3667.
178 B
178 B
% 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>