package mdx

  1. Overview
  2. Docs

Module Mdx.Lexer_mdxSource

Sourcetype token = [
  1. | `Block of Block.Raw.t
  2. | `Section of int * string
  3. | `Text of string
]
Sourceval markdown_token : Lexing.lexbuf -> (token list, [ `Msg of string ]) result
Sourceval cram_token : Lexing.lexbuf -> (token list, [ `Msg of string ]) result
OCaml

Innovation. Community. Security.