aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/10884.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/command/10884.md b/test/command/10884.md
new file mode 100644
index 000000000..111463493
--- /dev/null
+++ b/test/command/10884.md
@@ -0,0 +1,17 @@
+```
+% pandoc -f markdown -t markdown
+ header1 header2
+ --------- ---------
+ r1c1 r1c2
+ r2c1 r2c2
+
+ : mycaption {#myid .myclass key="value"}
+^D
+ header1 header2
+ --------- ---------
+ r1c1 r1c2
+ r2c1 r2c2
+
+ : mycaption {#myid .myclass key="value"}
+
+```