Module Rule.Annex

type t = private {
text : string;
styles : Style.t list;
}
val create : ?⁠styles:Style.t list -> string -> t
val blank : t