summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8204.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/8204.md b/test/command/8204.md
index 8e30e9543..a04b5dbe2 100644
--- a/test/command/8204.md
+++ b/test/command/8204.md
@@ -37,3 +37,15 @@ abstract: |
Main text
```
+
+Uppercase ABSTRACT environment is not moved to metadata.
+```
+% pandoc --from=org --to=markdown --standalone
+#+BEGIN_ABSTRACT
+Some text.
+#+END_ABSTRACT
+^D
+::: ABSTRACT
+Some text.
+:::
+```