Module Types.BlockSource
type t = Odoc_document.Types.Block.one listand desc = | Inline of Odoc_document.Types.Inline.t| Paragraph of Odoc_document.Types.Inline.t| List of Odoc_document.Types.Block.list_type * Odoc_document.Types.Block.t list| Description of Odoc_document.Types.Description.t| Source of Odoc_document.Types.Block.lang_tag * string list * (string * string) list * Odoc_document.Types.Source.t * Odoc_document.Types.Block.t| Math of Odoc_document.Types.Math.t| Verbatim of string| Raw_markup of Odoc_document.Types.Raw_markup.t| Table of Odoc_document.Types.Block.t Odoc_document.Types.Table.t| Image of Odoc_document.Types.Target.t * string| Video of Odoc_document.Types.Target.t * string| Audio of Odoc_document.Types.Target.t * string