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
| Link of href * t
| InternalLink of InternalLink.t
| Source of Source.t
| Raw_markup of Raw_markup.t