diff options
| author | Albert Krewinkel <[email protected]> | 2023-04-01 17:38:46 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-04-01 17:46:08 +0200 |
| commit | ef16a88cdec6e7fb48142ae74ef3811e4fe749a7 (patch) | |
| tree | 10d4e5c213dedeb38b5bcc14bf6a65aded88fe83 /test/command | |
| parent | 509cb9b8feae6798cb77bc35637297e9301d682e (diff) | |
Org reader: require abstract environment to use lowercase
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8204.md | 12 |
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. +::: +``` |
