Module Types.HeadingSource

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

    Used for the source link of the item displayed on the page.

    *)
}