pandoc/test/command/7339.md
John MacFarlane 62f46b3995 Fix regression with commonmark/gfm yaml metdata block parsing.
A regression in 2.14 led to the document body being omitted
after YAML metadata in some cases.  This is now fixed.

Closes #7339.
2021-05-31 21:34:51 -06:00

153 B

% pandoc -f gfm -s -t native
---
title: Test
---

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