- 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)
- 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)
- improve generation of (un)ordered lists
- port to omd 2.0.0~alpha2
- use html blockquotes
- port to omd 2.0.0~alpha1 -- including cross-linking features (from ocaml-community/omd#215)
- trim output
- modified argument parsing
- 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
- port to dune
- updated README
- minor code cleanups
- first release