import public Text.Markdown.Tokens
lexMarkdown : String -> Either MdError (List (WithBounds MarkdownToken))
Lexes the provided markdown string to Markdown tokens.