From ef16a88cdec6e7fb48142ae74ef3811e4fe749a7 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 1 Apr 2023 17:38:46 +0200 Subject: Org reader: require abstract environment to use lowercase --- test/command/8204.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/command') 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. +::: +``` -- cgit v1.2.3