jon.recoil.org

Module Block.TableSource

Sourcetype sep = [ `Left | `Center | `Right ] option
Sourcetype t = {
  1. col_count : int;
  2. rows : Odoc_markdown.Renderer.Block.Table.row list;
}
Sourceval col_count : [< `Data of 'a list | `Header of 'a list | `Sep of 'b list ] list -> Odoc_utils.Int.t
Sourceval parse_sep_row : (Odoc_markdown.Renderer.Inline.t * (string * string)) list -> ([> `Center | `Left | `Right ] option * int) list option