Module Types.Heading

type t = {
  1. label : string option;
  2. level : int;
  3. title : Inline.t;
}