Types.Heading
type t = {
label : string option;
level : int;
title : Inline.t;
source_anchor : Url.t option;
Used for the source link of the item displayed on the page.
}