Module Types.Heading

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