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