mdgriffith / elm-markup

Elm-friendly markup

Home Page:https://package.elm-lang.org/packages/mdgriffith/elm-markup/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unhelpful error when missing a field

BrianHicks opened this issue · comments

if I define an annotation that takes two fields, but do not provide one of them in the document, I get the following error:

PARSING ISSUE

I was expecting ","

I expected to see something like:

MISSING FIELD

I was expecting "foo", but it was not provided.