94c3753c08
This fixes a regression in 2.2.3 which caused embedded mappings (e.g. mappings in sequences) not to work in YAML metadata. Closes #4817.
10 lines
168 B
Markdown
10 lines
168 B
Markdown
```
|
|
% pandoc -t native -s
|
|
---
|
|
foo:
|
|
- bar: bam
|
|
...
|
|
^D
|
|
Pandoc (Meta {unMeta = fromList [("foo",MetaList [MetaMap (fromList [("bar",MetaInlines [Str "bam"])])])]})
|
|
[]
|
|
```
|