Inline.EmphasisEmphasis and strong emphasis.
type inline := tThe type for emphasis and strong emphasis.
val make : ?delim:Layout.char -> inline -> tmake i is an emphasis on i. delim is the delimiter used it should be either '*' or '_'.
val delim : t -> Layout.chardelim e is the delimiter used for emphasis, should be either '*' or '_'.