Idris2Doc : Text.Markdown.Lexer

Text.Markdown.Lexer

(source)

Reexports

importpublic Text.Markdown.Tokens

Definitions

lexMarkdown : String->EitherMdError (List (WithBoundsMarkdownToken))
  Lexes the provided markdown string to Markdown tokens.

Totality: total
Visibility: export