package mdx
-
mdx.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The type for the lines of a markdown or cram file.
pp_line
is the pretty-printer for markdown or cram lines.
type t = line list
The type for mdx documents.
pp
is the pretty printer for mdx documents. Should be idempotent with of_string
.
val dump : t Fmt.t
dump
is the printer for dumping mdx documents. Useful for debugging.
val to_string : t -> string
to_string t
converts the document t
to a string.
val envs : t -> Mdx__.Ocaml_env.Set.t