This should not give a "Prelude.read: no parse" error:

```
% pandoc -M foo=1e -s -t markdown
hi
^D
---
foo: 1e
---

hi
```