aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-04-01 17:38:46 +0200
committerAlbert Krewinkel <[email protected]>2023-04-01 17:46:08 +0200
commitef16a88cdec6e7fb48142ae74ef3811e4fe749a7 (patch)
tree10d4e5c213dedeb38b5bcc14bf6a65aded88fe83 /test/command
parent509cb9b8feae6798cb77bc35637297e9301d682e (diff)
Org reader: require abstract environment to use lowercase
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.
+:::
+```