package omd
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module OmdSource
A markdown parser in OCaml.
Source
type 'attr block = | Paragraph of 'attr * 'attr inline| List of 'attr * list_type * list_spacing * 'attr block list list| Blockquote of 'attr * 'attr block list| Thematic_break of 'attr| Heading of 'attr * int * 'attr inline| Code_block of 'attr * string * string| Html_block of 'attr * string| Definition_list of 'attr * 'attr def_elt list
A markdown document