elm-markup icon indicating copy to clipboard operation
elm-markup copied to clipboard

Add more context to parsing errors.

Open mdgriffith opened this issue 6 years ago • 0 comments

The context is already tracked, so the errors should be easy to write.

An example being a list with incorrect indentation:

|> List
    - Item 1
    - Item 2

    Main text that is not intended to be part of the list.

mdgriffith avatar Jun 06 '19 12:06 mdgriffith