summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8204.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/8204.md b/test/command/8204.md
new file mode 100644
index 000000000..80a21564d
--- /dev/null
+++ b/test/command/8204.md
@@ -0,0 +1,16 @@
+```
+% pandoc --to=org --standalone
+---
+abstract: |
+ This is an *abstract*.
+
+ It has multiple paragraphs.
+---
+^D
+#+begin_abstract
+This is an /abstract/.
+
+It has multiple paragraphs.
+
+#+end_abstract
+```