diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/6133.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/6133.md b/test/command/6133.md new file mode 100644 index 000000000..f260356c2 --- /dev/null +++ b/test/command/6133.md @@ -0,0 +1,12 @@ +``` +% pandoc -f markdown_mmd -t markdown_mmd -s +author: Author +title: Title + +Some text +^D +author: Author +title: Title + +Some text +``` |