Mdx.Lexer_mdx
type token = [
| `Block of Mdx__.Block.Raw.t
| `Section of int * string
| `Text of string
]
val markdown_token : Lexing.lexbuf -> (token list, [ `Msg of string ]) result
val cram_token : Lexing.lexbuf -> (token list, [ `Msg of string ]) result