Block.Thematic_break
Thematic breaks.
The type for thematic breaks.
val make : ?indent:Layout.indent -> ?layout:Layout.string -> unit -> t
make ()
is a thematic break with given parameters. layout
defaults to "---"
.
val indent : t -> Layout.indent
indent t
is the thematic break indent (0-3).
val layout : t -> Layout.string
layout t
is the thematic break art, including trailing blanks.