elm-markup
elm-markup copied to clipboard
Add more context to parsing errors.
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.