From c712d13b67a92c887d5ef185064aecf0972d4496 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 22 Oct 2021 22:10:25 -0700 Subject: Org reader: allow an initial :PROPERTIES: drawer to add to metadata. Closes #7520. --- test/command/7520.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/command/7520.md (limited to 'test/command/7520.md') diff --git a/test/command/7520.md b/test/command/7520.md new file mode 100644 index 000000000..0300a9e45 --- /dev/null +++ b/test/command/7520.md @@ -0,0 +1,22 @@ +``` +% pandoc -f org -t native -s +:PROPERTIES: +:ID: d5b18943-98a3-4b2a-a545-41d17bf50f3e +:END: +#+title: Common Ground +^D +Pandoc + Meta + { unMeta = + fromList + [ ( "id" + , MetaString "d5b18943-98a3-4b2a-a545-41d17bf50f3e" + ) + , ( "title" + , MetaInlines [ Str "Common" , Space , Str "Ground" ] + ) + ] + } + [] + +``` -- cgit v1.2.3