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.
type t = line list
The type for mdx documents.
pp
is the pretty printer for mdx documents. Should be idempotent with of_string
.
val to_string : t -> string
to_string t
converts the document t
to a string.
val envs : t -> Mdx__.Ocaml_env.Set.t