diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/7573.md | 11 |
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> +``` |