diff options
| author | John MacFarlane <[email protected]> | 2024-04-06 18:24:54 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-06 18:24:54 -0700 |
| commit | c0768e87cf329b4ba6ee6e0da5eed8bfb5a92d4a (patch) | |
| tree | 72ebcd704eb5bcf043fe53564c0f1bc5b1e882ef /test/command | |
| parent | 5e507024b9bb83fc04747f6251e92fa1d15c6aea (diff) | |
Org reader: Fix treatment of `id` property under heading.
Cloess #9639.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/9639.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/9639.md b/test/command/9639.md new file mode 100644 index 000000000..e7107a559 --- /dev/null +++ b/test/command/9639.md @@ -0,0 +1,11 @@ +``` +% pandoc -f org -t native +#+title: repro + +* heading-name +:PROPERTIES: +:ID: 123abc +:END: +^D +[ Header 1 ( "123abc" , [] , [] ) [ Str "heading-name" ] ] +``` |
