diff options
Diffstat (limited to 'test/command/3384.md')
-rw-r--r-- | test/command/3384.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/3384.md b/test/command/3384.md new file mode 100644 index 000000000..94c2bd0e9 --- /dev/null +++ b/test/command/3384.md @@ -0,0 +1,15 @@ +``` +% pandoc -t markdown --wrap=none + ----- ------------------------------------------------ + foo bar + + foo this is a long + line of text + ----- ------------------------------------------------ +^D + ------ ------------------------------------------------ + foo bar + + foo this is a long line of text + ------ ------------------------------------------------ +``` |