package cmarkit
-
cmarkit
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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.