package cmarkit

  1. Overview
  2. Docs

Module Block.Block_quoteSource

Block quotes.

Sourcetype block := t
Sourcetype t

The type for block quotes.

Sourceval make : ?indent:Layout.indent -> block -> t

make b quotes block b.

Sourceval indent : t -> Layout.indent

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

Sourceval block : t -> block

block bq is the quoted block.