Skip to content

Releases: ocaml-community/omd

1.1.3

04 Nov 19:16
Compare
Choose a tag to compare
update version number to 1.1.3

modified:   _oasis

1.1.2

04 Nov 19:16
Compare
Choose a tag to compare
update version to 1.1.2

modified:   _oasis

1.1.1

08 Oct 20:21
Compare
Choose a tag to compare
update to version 1.1.1

_oasis

1.1.0

08 Oct 20:21
Compare
Choose a tag to compare
update version to 1.1.0

modified:   ../_oasis

1.0.2

08 Oct 20:22
Compare
Choose a tag to compare
update version to 1.0.2

modified:   _oasis

1.0.0

05 Aug 20:41
Compare
Choose a tag to compare

1.0.0

0.9.7

27 Feb 20:18
Compare
Choose a tag to compare
0.9.7 Pre-release
Pre-release
0.9.7

0.9.6

28 Jan 18:36
Compare
Choose a tag to compare
0.9.6 Pre-release
Pre-release
0.9.6

0.9.5

24 Jan 02:23
Compare
Choose a tag to compare
0.9.5 Pre-release
Pre-release

omd 0.9.5 (The interface slightly changes!!)

  • Omd_representation.Tag of extension becomes Omd_representation.Tag of name * extension (where name = string)
  • documentation improvements for Omd_utils
  • bug fix for lists that are followed by blank lines which contain spaces

0.9.4

17 Jan 15:16
Compare
Choose a tag to compare
0.9.4 Pre-release
Pre-release
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.