Types.Heading
type t = {
label : string option;
level : int;
title : Inline.t;
source_anchor : Odoc_document.Url.t option;
}