aboutsummaryrefslogtreecommitdiff
path: root/test/command/7339.md
blob: 9697c1c3255965a0198cb84850e430f049e0e07f (plain)
1
2
3
4
5
6
7
8
9
10
11
```
% pandoc -f gfm -s -t native
---
title: Test
---

Hi
^D
Pandoc (Meta {unMeta = fromList [("title",MetaInlines [Str "Test"])]})
[Para [Str "Hi"]]
```