Module Types.Heading

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