cmarkit
Block.Block_quote
Block quotes.
type block := t
type t
The type for block quotes.
val make : ?indent:Layout.indent -> block -> t
make b quotes block b.
make b
b
val indent : t -> Layout.indent
indent bq is the indentation to the block quote marker found on the first line.
indent bq
val block : t -> block
block bq is the quoted block.
block bq