Module Types.InlineSource

type entity = string
type href = string
type t = one list
and one = {
  1. attr : Class.t;
  2. desc : desc;
}
and desc =
  1. | Text of string
  2. | Entity of entity
  3. | Linebreak
  4. | Styled of style * t
  5. | Source of Source.t
  6. | Math of Math.t
  7. | Raw_markup of Raw_markup.t