Releases: ocaml-community/omd
Releases · ocaml-community/omd
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.0
0.9.7
0.9.6
0.9.5
omd 0.9.5 (The interface slightly changes!!)
Omd_representation.Tag of extension
becomesOmd_representation.Tag of name * extension
(wherename
=string
)- documentation improvements for
Omd_utils
- bug fix for lists that are followed by blank lines which contain spaces
0.9.4
fix: make_paragraphs: distinct block vs. non-block for X(x) elements Concerns Omd_parser.make_paragraphs: If the extension returns a block as first element (i.e., x#to_t returns (Some(a_block_element::_))), then consider the extension as a block. However don't take its contents as it is yet, the contents of the extension shall be considered final as late as possible.