aboutsummaryrefslogtreecommitdiff
path: root/test/command/7573.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7573.md')
-rw-r--r--test/command/7573.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/7573.md b/test/command/7573.md
new file mode 100644
index 000000000..d6529cde6
--- /dev/null
+++ b/test/command/7573.md
@@ -0,0 +1,11 @@
+```
+% pandoc --preserve-tabs
+<ol>
+ <li>one
+</ol>
+^D
+<ol>
+<li>
+one
+</ol>
+```