Module Types.Inline

type entity = string
type href = string
type t = one list
and one = {
attr : Class.t;
desc : desc;
}
and desc =
| Text of string
| Entity of entity
| Linebreak
| Styled of style * t
| Source of Source.t
| Raw_markup of Raw_markup.t