pandoc/test/command/7339.md

12 lines
153 B
Markdown
Raw Normal View History

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