Module 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.

val indent : t -> Layout.indent

indent bq is the indentation to the block quote marker found on the first line.

val block : t -> block

block bq is the quoted block.