summaryrefslogtreecommitdiff
path: root/test/command/3667.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3667.md')
-rw-r--r--test/command/3667.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3667.md b/test/command/3667.md
new file mode 100644
index 000000000..97de8f598
--- /dev/null
+++ b/test/command/3667.md
@@ -0,0 +1,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>
+```
+