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