pandoc-3.10.1: test/command/7339.md
```
% pandoc -f gfm -s -t native
---
title: Test
---
Hi
^D
Pandoc
Meta
{ unMeta =
fromList [ ( "title" , MetaInlines [ Str "Test" ] ) ]
}
[ Para [ Str "Hi" ] ]
```
```
% pandoc -f gfm -s -t native
---
title: Test
---
Hi
^D
Pandoc
Meta
{ unMeta =
fromList [ ( "title" , MetaInlines [ Str "Test" ] ) ]
}
[ Para [ Str "Hi" ] ]
```