package md2mld

  1. Overview
  2. Docs
Little cli tool to convert md files into mld files

Install

Dune Dependency

Authors

Maintainers

Sources

md2mld-0.5.1.tbz
sha256=c8e7066b28ab70a1dc687a6939a4c6934aef9734c058659b0534168250dee503
sha512=b5c58b8dbd29b5f983be36970d8344b9f6d5d3e8a7db4d7cae6a080a0748dad684f2c8f015c5b9d8bf2993ace21a7c2e23f187e08448ab27e1133dc1139bb565

CHANGES.md.html

0.5.1 (2021-06-25)

  • improve generation of (un)ordered lists

0.5.0 (2021-06-25)

  • port to omd 2.0.0~alpha2

0.4.0 (2021-06-25)

  • use html blockquotes

  • port to omd 2.0.0~alpha1 -- including cross-linking features (from https://github.com/ocaml/omd/pull/215)

  • trim output

  • modified argument parsing

0.3.0 (2018-11-23)

  • 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 (2018-11-22)

  • port to dune

  • updated README

0.1.1 (2018-10-24)

  • minor code cleanups

0.1.0 (2018-06-15)

  • first release