import public Text.Markdown.Tokens
parseMarkdown : List (WithBounds MarkdownToken) -> Either MdError Markdown
Parses a (bounded) list of markdown tokens. A markdown error is returned in case of failures of consuming all tokens.