aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/5241.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/5241.md b/test/command/5241.md
new file mode 100644
index 000000000..c008b534f
--- /dev/null
+++ b/test/command/5241.md
@@ -0,0 +1,12 @@
+```
+% pandoc -f markdown -t html5
+<textarea>
+ one
+ *two*
+</textarea>
+^D
+<textarea>
+ one
+ *two*
+</textarea>
+```