Skip to content

Releases: mseri/md2mld

0.7.0

01 May 13:50
Compare
Choose a tag to compare

CHANGES:

  • Add option to dump OMD ast as sexp for debugging (#20 MisterDA)
  • Support code block language tags (#19 MisterDA)
  • Add support for odoc heavy table syntax (#15 MisterDA)

0.6

03 Oct 07:43
Compare
Choose a tag to compare
0.6

CHANGES:

  • Add support for -version option (#10 dmbaturin)
  • Escape square brackets, braces and @ characters in text nodes, fixes #4 (#9 dmbaturin)
  • Add support for reading Markdown from the standard input (#8 dmbaturin)

0.5.1

25 Jun 11:35
Compare
Choose a tag to compare

CHANGES:

  • improve generation of (un)ordered lists

0.5.0

25 Jun 11:00
Compare
Choose a tag to compare

CHANGES:

  • port to omd 2.0.0~alpha2

0.4.0

25 Jun 09:58
Compare
Choose a tag to compare

CHANGES:

  • use html blockquotes
  • port to omd 2.0.0~alpha1 -- including cross-linking features (from ocaml/omd#215)
  • trim output
  • modified argument parsing

0.3.0

23 Nov 13:24
Compare
Choose a tag to compare

CHANGES:

  • test using dune promotion behaviour
  • re-format using ocamlformt
  • allow the minimal header section value to be specified on the CLI
  • fix bug on conversion of ordered and unordered list items

0.2.0

22 Nov 15:21
Compare
Choose a tag to compare

CHANGES:

  • port to dune
  • updated README

0.1.1

22 Nov 12:39
Compare
Choose a tag to compare

CHANGES:

  • minor code cleanups

0.1.0

15 Jun 11:05
Compare
Choose a tag to compare

CHANGES:

  • first release