aboutsummaryrefslogtreecommitdiff
path: root/test/command/4513.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4513.md')
-rw-r--r--test/command/4513.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/4513.md b/test/command/4513.md
new file mode 100644
index 000000000..e4a4406e4
--- /dev/null
+++ b/test/command/4513.md
@@ -0,0 +1,9 @@
+```
+% pandoc -f textile -t native
+|_. heading 1 |_. heading 2|
+^D
+[Table [] [AlignDefault,AlignDefault] [0.0,0.0]
+ [[Plain [Str "heading",Space,Str "1"]]
+ ,[Plain [Str "heading",Space,Str "2"]]]
+ []]
+```