2017-03-05 09:28:44 +01:00
|
|
|
If multiple blocks define a field, the first is used.
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -s -t native
|
|
|
|
---
|
|
|
|
foo: bar
|
|
|
|
...
|
|
|
|
|
|
|
|
---
|
|
|
|
foo: bim
|
|
|
|
...
|
|
|
|
^D
|
2019-11-07 19:48:38 +01:00
|
|
|
Pandoc (Meta {unMeta = fromList [("foo",MetaInlines [Str "bim"])]})
|
2017-03-05 09:28:44 +01:00
|
|
|
[]
|
|
|
|
```
|